Mon Jun 26 15:25:26 CEST 2023
This commit is contained in:
@@ -316,6 +316,7 @@ def schedule_to_file(password, username, schedule=None):
|
||||
lstrdata.append("\n")
|
||||
|
||||
lstrdata.append(row["DATE"])
|
||||
lstrdata.append(",")
|
||||
for i in row["WHERES"]:
|
||||
lstrdata.append(i)
|
||||
lstrdata.append(",")
|
||||
@@ -370,5 +371,5 @@ def schedule_from_file(password, username) -> list:
|
||||
temp["WHERES"] = wheres
|
||||
|
||||
schedule.append(temp)
|
||||
|
||||
print(schedule)
|
||||
return schedule
|
||||
|
||||
Reference in New Issue
Block a user