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'