From f2c499cebc25aadf8a02613cb3e723f8135eda66 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Feb 2025 07:01:47 -0500 Subject: [PATCH] automated terminal push --- smart-cron-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-cron-builder.py b/smart-cron-builder.py index 17c90fe..3c5d6d4 100755 --- a/smart-cron-builder.py +++ b/smart-cron-builder.py @@ -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