From dff6ac0dc79b79f9e1057143a1b2a97fe3f39597 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Sun, 3 Sep 2023 18:47: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 750d475..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)