From c3ab8da109e60ad5b5f811f30ff11a6db216c52c Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Sun, 3 Sep 2023 18:23:54 +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 cbf28dd..f1d4d06 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)