From a6b7b3891f66f4b691915119e8ee431c2e5f7be0 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Sun, 3 Sep 2023 18:03:21 +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 5d1e1da..06f89bd 100644 --- a/check_and_add_pull_git/main.py +++ b/check_and_add_pull_git/main.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -#remove cron + import os, shutil, sys #from crontab import CronTab