commit message from python script

This commit is contained in:
2023-04-14 16:58:56 +02:00
parent 8734e18eef
commit 9822e57c02

View File

@@ -40,7 +40,7 @@ class my_git():
my_git.git_push(self, git_folder=git_folder_s) my_git.git_push(self, git_folder=git_folder_s)
if __name__ == "__main__": if __name__ == "__main__":
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()
print(str(datetime.datetime.now()) + "...end") print(str(datetime.datetime.now()) + " ...end")