commit message from python script

This commit is contained in:
2023-04-14 17:55:03 +02:00
parent 6107201331
commit 00eede2636

View File

@@ -41,7 +41,7 @@ class my_git():
if __name__ == "__main__":
check_time= datetime.datetime.now()
print(check_time.strftime("%H-%M"))
print(check_time.strftime("%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()