From 2a27dc1f706103db9cc98ee2ebee041eba7caae9 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Wed, 13 Oct 2021 00:35:35 +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 c43b9cd..e0e9165 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -1011,7 +1011,7 @@ class HTS: second = datetime.now().strftime('%Y%m%d %H%M%S') - if datetime.strptime(given_day + " 085900", '%Y%m%d %H%M%S') < datetime.now() < datetime.strptime(given_day + " 151500", '%Y%m%d %H%M%S'): + if datetime.strptime(given_day + " 090100", '%Y%m%d %H%M%S') < datetime.now() < datetime.strptime(given_day + " 151500", '%Y%m%d %H%M%S'): if second in timecheck and not timecheck[second]: print("TIMECHECK", second) logFp.write("%s,%s,\n" %("TIMECHECK", second))