From 46e033d15dcd089ebf2e1014f2636807827de56c Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Fri, 14 Apr 2023 18:00:37 +0200 Subject: [PATCH] commit message from python script --- check_and_add_pull_git/pull_and_push.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_and_add_pull_git/pull_and_push.py b/check_and_add_pull_git/pull_and_push.py index 95cca1d..f5f00a2 100644 --- a/check_and_add_pull_git/pull_and_push.py +++ b/check_and_add_pull_git/pull_and_push.py @@ -41,8 +41,8 @@ class my_git(): if __name__ == "__main__": check_time= datetime.datetime.now() - print(check_time.strftime("%d.%m.%Y %H:%M:%S")) - print(str(datetime.datetime.now()) + " start...") + print(check_time.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(str(datetime.datetime.now()) + " ...end") + + print(datetime.datetime.now().strftime("%d.%m.%Y %H:%M:%S") + " ...end")