From 807f51c6633cbc3974db12f686fd7508aff079ad Mon Sep 17 00:00:00 2001 From: Redsandy <34872843+Redsandyg@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:16:08 +0300 Subject: [PATCH] Update InvestCal.py --- News/InvestCal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News/InvestCal.py b/News/InvestCal.py index 64aea5f..a8f72e8 100644 --- a/News/InvestCal.py +++ b/News/InvestCal.py @@ -20,7 +20,7 @@ def f_write(driver): def investingPars(path_file=None,dateDict=None): ans=None op=webdriver.FirefoxOptions() - #op.add_argument("--headless") + op.add_argument("--headless") url='https://ru.investing.com/economic-calendar/' #driver = webdriver.Firefox(executable_path='C:\\Users\\Redsandy\\Downloads\\geckodriver.exe') EXE_PATH = r'C:\\Users\\Redsandy\\Downloads\\geckodriver.exe'