From fd1779d6cc77bdb80c4298880441df96fb92908d Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Sun, 3 Sep 2023 18:08:26 +0200 Subject: [PATCH] commit message from python script --- check_and_add_pull_git/pull_and_push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_and_add_pull_git/pull_and_push.py b/check_and_add_pull_git/pull_and_push.py index 888fbcd..abc3b25 100644 --- a/check_and_add_pull_git/pull_and_push.py +++ b/check_and_add_pull_git/pull_and_push.py @@ -43,4 +43,4 @@ if __name__ == "__main__": #print(datetime.datetime.now().strftime("%d.%m.%Y %H:%M:%S") + " start...") check_my_git = my_git(check_folder= os.sep + "home" + os.sep + os.environ["USER"] + os.sep + "Projekte") check_my_git.git_main() - #print(datetime.datetime.now().strftime("%d.%m.%Y %H:%M:%S") + " ...end") + print(datetime.datetime.now().strftime("%d.%m.%Y %H:%M:%S") + " ...end")