automated terminal push

This commit is contained in:
Your Name
2025-02-13 07:01:47 -05:00
parent 4a5b66ec21
commit f2c499cebc

View File

@@ -50,7 +50,7 @@ def buildCronExecuteTime():
print("new_hour / ",new_hour) print("new_hour / ",new_hour)
cron = str(new_minute) + " " + str(new_hour) + " " + "* * *" cron = str(new_minute) + " " + str(new_hour) + " " + "* * * "
return cron return cron