From 3aba396782f4d4abcafef2bfe7c2514409f4c9b8 Mon Sep 17 00:00:00 2001 From: Dylan Jones Date: Sun, 13 Dec 2020 17:06:02 -0500 Subject: Actually really add chisel and bits this time --- util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util.py') diff --git a/util.py b/util.py index f2e1cd1..0167bbc 100644 --- a/util.py +++ b/util.py @@ -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, -- cgit v1.2.3