From 9822e57c029a96694c206ed87d094eda36aec853 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Fri, 14 Apr 2023 16:58:56 +0200 Subject: [PATCH] commit message from python script --- check_and_add_pull_git/pull_and_push.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_and_add_pull_git/pull_and_push.py b/check_and_add_pull_git/pull_and_push.py index 6de0425..7c91305 100644 --- a/check_and_add_pull_git/pull_and_push.py +++ b/check_and_add_pull_git/pull_and_push.py @@ -40,7 +40,7 @@ class my_git(): my_git.git_push(self, git_folder=git_folder_s) if __name__ == "__main__": - print(str(datetime.datetime.now()) + "start...") + 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() - print(str(datetime.datetime.now()) + "...end") + print(str(datetime.datetime.now()) + " ...end")