From cf92b4c2a458e67e422928d7cf781a8a67af871a Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Sun, 3 Sep 2023 18:21:29 +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 06f89bd..e961a38 100644 --- a/check_and_add_pull_git/main.py +++ b/check_and_add_pull_git/main.py @@ -44,7 +44,7 @@ except FileExistsError: # print("crontab job already exist", item) # is_exist=True # break - +#### #if not is_exist: #test # cron_job = cron.new(user_bin + os.sep + "pull_and_push >> " + my_logfile)