commit message from python script
This commit is contained in:
@@ -46,7 +46,7 @@ for item in basic_iter:
|
|||||||
break
|
break
|
||||||
|
|
||||||
if not is_exist:
|
if not is_exist:
|
||||||
|
#test
|
||||||
cron_job = cron.new(user_bin + os.sep + "pull_and_push >> " + my_logfile)
|
cron_job = cron.new(user_bin + os.sep + "pull_and_push >> " + my_logfile)
|
||||||
cron_job.hours.every(17)
|
cron_job.hours.every(17)
|
||||||
cron.write()
|
cron.write()
|
||||||
Reference in New Issue
Block a user