Skip to content

Commit ea6e466

Browse files
committed
Refactoring
1 parent 0b4c960 commit ea6e466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/undetected/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def __init__(
148148
options.add_argument("--remote-debugging-host=%s" % debug_host)
149149
options.add_argument("--remote-debugging-port=%s" % debug_port)
150150
if user_data_dir:
151-
options.add_argument('--user-data-dir=%s' % user_data_dir)
151+
options.add_argument("--user-data-dir=%s" % user_data_dir)
152152
language, keep_user_data_dir = None, bool(user_data_dir)
153153
# See if a custom user profile is specified in options
154154
for arg in options.arguments:

0 commit comments

Comments
 (0)