diff options
Diffstat (limited to 'util.py')
-rw-r--r-- | util.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -258,8 +258,8 @@ def firefox(): # for ~~cursed~~ windows people, put geckodriver in the folder next to modpackman.py if(os.path.exists("../../geckodriver.exe")): - return Firefox(executable_path='../../geckodriver') - return Firefox() + return Firefox(executable_path='../../geckodriver', options=options) + return Firefox(options=options) # Configuration is automatically loaded from pack.ini and local-config.ini, |