신호생성 repo (24. 1. 5 ~).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
329 B

import pyodbc, os, json, csv
from datetime import datetime
# 루트폴더 지정
path_root = os.path.dirname(os.path.abspath('__file__'))
with open(os.path.join(path_root, 'configs', 'config_revised.json'), 'r') as config_file:
config = json.load(config_file)
starting_time = datetime(2024, 7, 17, 18)
print(starting_time)