Update InvestCal.py

This commit is contained in:
Redsandy 2022-04-04 13:16:08 +03:00 committed by GitHub
parent 0a39254c1c
commit 807f51c663

View File

@ -20,7 +20,7 @@ def f_write(driver):
def investingPars(path_file=None,dateDict=None): def investingPars(path_file=None,dateDict=None):
ans=None ans=None
op=webdriver.FirefoxOptions() op=webdriver.FirefoxOptions()
#op.add_argument("--headless") op.add_argument("--headless")
url='https://ru.investing.com/economic-calendar/' url='https://ru.investing.com/economic-calendar/'
#driver = webdriver.Firefox(executable_path='C:\\Users\\Redsandy\\Downloads\\geckodriver.exe') #driver = webdriver.Firefox(executable_path='C:\\Users\\Redsandy\\Downloads\\geckodriver.exe')
EXE_PATH = r'C:\\Users\\Redsandy\\Downloads\\geckodriver.exe' EXE_PATH = r'C:\\Users\\Redsandy\\Downloads\\geckodriver.exe'