Skip to content

Commit

Permalink
Merge pull request #18 from lf2a/fix-print-pdf-chrome
Browse files Browse the repository at this point in the history
FIX: added 'account' key on recentDestinations
  • Loading branch information
hhslepicka committed Jan 12, 2022
2 parents be41b7c + 49393bc commit 687047c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion botcity/web/browsers/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def default_options(headless=False, download_folder_path=None, user_data_dir=Non
app_state = {
'recentDestinations': [{
'id': 'Save as PDF',
'origin': 'local'
'origin': 'local',
'account': ''
}],
'selectedDestinationId': 'Save as PDF',
'version': 2
Expand Down

0 comments on commit 687047c

Please sign in to comment.