From 4bad28a4a89d02f9cdaca79a0a5b5dec9e0aed50 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Fri, 14 Apr 2023 17:58:44 +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 b36a577..0fd46d0 100644 --- a/check_and_add_pull_git/pull_and_push.py +++ b/check_and_add_pull_git/pull_and_push.py @@ -41,7 +41,7 @@ class my_git(): if __name__ == "__main__": check_time= datetime.datetime.now() - print(check_time.strftime("%x %H:%M:%S")) + print(check_time.strftime("%d.%m.%y %H:%M:%S")) print(str(datetime.datetime.now()) + " start...") check_my_git = my_git(check_folder= os.sep + "home" + os.sep + os.environ["USER"] + os.sep + "Projekte") check_my_git.git_main()