There was an error while loading. Please reload this page.
1 parent 44c9a39 commit 100c994Copy full SHA for 100c994
1 file changed
scripts/transifex/transifex_browser.py
@@ -36,7 +36,7 @@ def login_transifex(driver, username, password):
36
37
38
def get_driver_with_login(username, password):
39
- driver = start_chrome(headless=False) # FIXME
+ driver = start_chrome(headless=True)
40
driver.get(TRANSIFEX_URL)
41
sleep(5)
42
login_transifex(driver, username, password)
0 commit comments