Bot into main #71

Merged
NormalParameter merged 55 commits from bot into main 2022-04-25 15:02:35 +00:00
Showing only changes of commit 813231449e - Show all commits

View File

@ -80,7 +80,7 @@ def update_based_on_crontab(pCurrent_Time):
current_time_ctime = time.ctime()
ctime_split = str(current_time_ctime).split(' ')
if [0] == "Mon":
if ctime_split[0] == "Mon":
current_day = 0
elif ctime_split[0] == "Tue":
current_day = 1