commit message from python script

This commit is contained in:
2023-04-14 17:18:01 +02:00
parent ca88a6af25
commit 2d6e0298da

View File

@@ -48,5 +48,5 @@ for item in basic_iter:
if not is_exist:
#test
cron_job = cron.new(user_bin + os.sep + "pull_and_push >> " + my_logfile)
cron_job.hours.every(17)
cron_job.hour.every(17)
cron.write()