commit message from python script

This commit is contained in:
2023-04-14 18:01:40 +02:00
parent 46e033d15d
commit bf30531bb8

View File

@@ -40,9 +40,7 @@ class my_git():
my_git.git_push(self, git_folder=git_folder_s)
if __name__ == "__main__":
check_time= datetime.datetime.now()
print(check_time.strftime("%d.%m.%Y %H:%M:%S") + " start...")
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")