frostming / frostming/flask-crontab
It would be nice to see the schedule when you run "flask crontab show"
Open
- Dominant language
- Python
- Stars
- 101
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.