Skip to content

Commit 687047c

Browse files
authored
Merge pull request #18 from lf2a/fix-print-pdf-chrome
FIX: added 'account' key on recentDestinations
2 parents be41b7c + 49393bc commit 687047c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

botcity/web/browsers/chrome.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def default_options(headless=False, download_folder_path=None, user_data_dir=Non
5151
app_state = {
5252
'recentDestinations': [{
5353
'id': 'Save as PDF',
54-
'origin': 'local'
54+
'origin': 'local',
55+
'account': ''
5556
}],
5657
'selectedDestinationId': 'Save as PDF',
5758
'version': 2

0 commit comments

Comments
 (0)