print path

This commit is contained in:
omair saleh
2022-08-26 16:58:28 +00:00
parent e8d711e7cf
commit ab6ef3f2b2
+2 -1
View File
@@ -9,7 +9,8 @@ def exchange_extract(EXCHANGE_CSV_TEMP_STORAGE_PATH):
EX_MYSQL_CONFIG_FILE = "EXCHANGE_CONFIG.json"
EX_SQL_FILE = "EXCHANGE_EXTRACT_SQL.json"
EXCHANGE_CSV_TEMP_STORAGE_PATH = EXCHANGE_CSV_TEMP_STORAGE_PATH
print("/config/",EX_MYSQL_CONFIG_FILE)
#Read config file
EX_MYSQL_CONFIG = general_function.read_json_file("/config/",EX_MYSQL_CONFIG_FILE)
EX_SQL_DICT = general_function.read_json_file("/config/",EX_SQL_FILE)