Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored Apr 29, 2024
1 parent 93c93b5 commit 9ed0cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def getLicenseData(self):
# changing input arguments for special cases
if platform.release() == '7' and webdriver_installer.platform[0] == 'win': # fix for Windows 7
args['no_headless'] = True
elif args['business_account'] or args['business_key'] or args['email_api'] in ['tempmail', 'hi2in']:
elif args['business_account'] or args['business_key'] or args['email_api'] in ['tempmail']:
args['no_headless'] = True

driver = None
Expand Down

0 comments on commit 9ed0cc7

Please sign in to comment.