mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-25 15:24:05 +00:00
Add sleep
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import os
|
||||
from os import walk
|
||||
import time
|
||||
import general_function
|
||||
import exchange.extract.exchange_extract_function as extract_func
|
||||
import exchange.load.exchange_load_function as load_func
|
||||
@@ -89,8 +90,8 @@ def main():
|
||||
|
||||
#Delete Temp CSV
|
||||
general_function.delete_csv_in_path(EXCHANGE_CSV_TEMP_STORAGE_PATH)
|
||||
|
||||
|
||||
time.sleep(5)
|
||||
|
||||
#Make sure cron in the file directory
|
||||
general_function.change_to_current_directory()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user