diff --git a/check_and_add_pull_git/main.py b/check_and_add_pull_git/main.py index f07c422..22b1143 100644 --- a/check_and_add_pull_git/main.py +++ b/check_and_add_pull_git/main.py @@ -46,7 +46,7 @@ for item in basic_iter: break if not is_exist: - +#test cron_job = cron.new(user_bin + os.sep + "pull_and_push >> " + my_logfile) cron_job.hours.every(17) cron.write() \ No newline at end of file