Mon Jun 26 15:25:26 CEST 2023

This commit is contained in:
mnjx
2023-06-26 17:23:38 +02:00
parent 12992cac1f
commit 8f2d230daa
4 changed files with 21 additions and 19 deletions
+2 -1
View File
@@ -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