flask-crontab icon indicating copy to clipboard operation
flask-crontab copied to clipboard

It would be nice to see the schedule when you run "flask crontab show"

Open cujo0072 opened this issue 3 years ago • 0 comments

I changed my show() method print line to be:

print( "{} @{} -> {}".format( job_hash, sched, self.__get_job_by_hash(job_hash).func_ident )

It works ok. Just an FYI

cujo0072 avatar Feb 05 '22 13:02 cujo0072