aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--harvester_submit_week_for_approval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harvester_submit_week_for_approval.py b/harvester_submit_week_for_approval.py
index 7c96de6..96f63e5 100644
--- a/harvester_submit_week_for_approval.py
+++ b/harvester_submit_week_for_approval.py
@@ -81,7 +81,7 @@ def submit_week_for_approval(driver, wait):
if __name__ == "__main__":
options = Options()
- # options.add_argument('-headless')
+ options.add_argument('-headless')
driver = Firefox(
executable_path='./geckodriver',
firefox_binary='/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox-bin',