This commit is contained in:
dsyoon
2021-09-23 09:17:15 +09:00
parent 2781d31ade
commit ecc3ba47b1

View File

@@ -494,7 +494,7 @@ class HTS:
logFp = open(given_day+".log", "w")
timecheckList = pd.read_csv("timecheck.csv").values.tolist()
timecheck = {datetime.strptime(given_day + " " + str(second).zfill(6), '%Y%m%d %H%M%S'):False for second, check in timecheckList}
timecheck = {given_day + " " + str(second).zfill(6):False for second, check in timecheckList}
result = {"check": set(),
"time": [],