init
This commit is contained in:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user