>
> It's complaining that the 'minute' argument which you're passing to
> 'add_cron_job' is '*/run_interval_quantity', which the scheduler
> doesn't understand.
> --
>

Hey, what do you know, there's a forest amongst all those trees...

key_words = '*/%d' % (run_interval_quantity)

sched.add_cron_job(check_logging_db, minute = key_words)

Works!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to