From 938c77982a9e0797f4d0e2482016f00b78ad0139 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Sun, 3 Sep 2023 18:40:46 +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 6408b83..750d475 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)