commit message from python script

This commit is contained in:
2023-04-14 17:54:48 +02:00
parent 2d6e0298da
commit 6107201331
2 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ 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("%H-%M"))
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()