automated terminal push
This commit is contained in:
@@ -50,7 +50,7 @@ def buildCronExecuteTime():
|
||||
|
||||
print("new_hour / ",new_hour)
|
||||
|
||||
cron = str(new_minute) + " " + str(new_hour) + " " + "* * *"
|
||||
cron = str(new_minute) + " " + str(new_hour) + " " + "* * * "
|
||||
|
||||
return cron
|
||||
|
||||
|
||||
Reference in New Issue
Block a user