Skip to content

Commit 331ede4

Browse files
Update botcity/web/browsers/chrome.py
Co-authored-by: Hugo Slepicka <hhslepicka@users.noreply.github.com>
1 parent 250142d commit 331ede4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/web/browsers/chrome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def default_options(headless=False, download_folder_path=None, user_data_dir=Non
7373
if not user_data_dir:
7474
temp_dir = tempfile.TemporaryDirectory(prefix="botcity_")
7575
user_data_dir = temp_dir.name
76-
chrome_options._botcity_temp_dir = user_data_dir
76+
chrome_options._botcity_temp_dir = user_data_dir
7777

7878
chrome_options.add_argument(f"--user-data-dir={user_data_dir}")
7979

0 commit comments

Comments
 (0)