From ecc3ba47b1efb9619de566a20a299a8e3547fe89 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Thu, 23 Sep 2021 09:17:15 +0900 Subject: [PATCH] init --- hts/HTS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts/HTS.py b/hts/HTS.py index bc6ffa4..8b9cc32 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -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": [],