commit message from python script
This commit is contained in:
@@ -41,7 +41,7 @@ class my_git():
|
||||
|
||||
if __name__ == "__main__":
|
||||
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"))
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user