From 2d6e0298da6b9678aba0850f27560b65d8b7252b Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Fri, 14 Apr 2023 17:18:01 +0200 Subject: [PATCH] commit message from python script --- check_and_add_pull_git/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_and_add_pull_git/main.py b/check_and_add_pull_git/main.py index 22b1143..17bf930 100644 --- a/check_and_add_pull_git/main.py +++ b/check_and_add_pull_git/main.py @@ -48,5 +48,5 @@ for item in basic_iter: if not is_exist: #test cron_job = cron.new(user_bin + os.sep + "pull_and_push >> " + my_logfile) - cron_job.hours.every(17) + cron_job.hour.every(17) cron.write() \ No newline at end of file