frostming / frostming/flask-crontab

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

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.