clean code

This commit is contained in:
Yam ZhengLim
2022-09-25 17:51:48 +08:00
parent 1b39cc4345
commit 40aaa1f5e6
-1
View File
@@ -10,7 +10,6 @@ def exchange_extract(EXCHANGE_CSV_TEMP_STORAGE_PATH):
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(EX_MYSQL_CONFIG_FILE)
EX_SQL_DICT = general_function.read_json_file(EX_SQL_FILE)