Restructured source files, closed #18

This commit is contained in:
Deepthi Pathare
2021-05-10 14:55:31 +02:00
parent c5fa8fead7
commit db762c4061
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import pandas as pd
import os
base_dir = "./de/"
base_dir = "../de/"
out_dir = "csv/"
in_dir = "input/"
title_file = "filename_to_titles.csv"

View File

@@ -21,7 +21,7 @@ DATE_FROM = "01.01.2019"
DATE_TO = "20.04.2021"
# Output
DOWNLOAD_FOLDER = "de/input/"
DOWNLOAD_FOLDER = "../de/input/"
def get_element_by_xpath_or_false(driver, xpath):

View File

@@ -21,7 +21,7 @@ DATE_FROM = "01/05/2020"
DATE_TO = "01/05/2021"
# Output
DOWNLOAD_FOLDER = "./uk/csv/"
DOWNLOAD_FOLDER = "../uk/csv/"
def get_element_by_xpath_or_false(driver, xpath):