fix: double quotes

This commit is contained in:
2026-07-16 10:50:19 +08:00
parent 225c0b8202
commit 05124ba1ea
+1 -1
View File
@@ -590,7 +590,7 @@ if __name__ == '__main__':
"url": WEBMAIL, "url": WEBMAIL,
}], }],
"profile.default_content_setting_values.notifications": 2, "profile.default_content_setting_values.notifications": 2,
'download.default_directory': args.directory, "download.default_directory": args.directory,
}) })
with keep.presenting(): with keep.presenting():