commit message from python script
This commit is contained in:
@@ -41,8 +41,8 @@ class my_git():
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
check_time= datetime.datetime.now()
|
check_time= datetime.datetime.now()
|
||||||
print(check_time.strftime("%d.%m.%Y %H:%M:%S"))
|
print(check_time.strftime("%d.%m.%Y %H:%M:%S") + " 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(datetime.datetime.now().strftime("%d.%m.%Y %H:%M:%S") + " ...end")
|
||||||
|
|||||||
Reference in New Issue
Block a user