flask-crontab
flask-crontab copied to clipboard
It would be nice to see the schedule when you run "flask crontab show"
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