commit message from python script

This commit is contained in:
2023-04-14 17:58:44 +02:00
parent 22be29c7cc
commit 4bad28a4a8

View File

@@ -41,7 +41,7 @@ class my_git():
if __name__ == "__main__": if __name__ == "__main__":
check_time= datetime.datetime.now() check_time= datetime.datetime.now()
print(check_time.strftime("%x %H:%M:%S")) print(check_time.strftime("%d.%m.%y %H:%M:%S"))
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 = my_git(check_folder= os.sep + "home" + os.sep + os.environ["USER"] + os.sep + "Projekte")
check_my_git.git_main() check_my_git.git_main()