commit message from python script

This commit is contained in:
2023-09-03 18:08:26 +02:00
parent a6b7b3891f
commit fd1779d6cc

View File

@@ -43,4 +43,4 @@ if __name__ == "__main__":
#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")
print(datetime.datetime.now().strftime("%d.%m.%Y %H:%M:%S") + " ...end")