Compare commits

...

5 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ except FileExistsError:
# print("crontab job already exist", item)
# is_exist=True
# break
#####
#if not is_exist:
#test
# cron_job = cron.new(user_bin + os.sep + "pull_and_push >> " + my_logfile)

View File

@@ -40,7 +40,7 @@ class my_git():
my_git.git_push(self, git_folder=git_folder_s)
if __name__ == "__main__":
#print(datetime.datetime.now().strftime("%d.%m.%Y %H:%M:%S") + " start...")
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")