pycron
pycron copied to clipboard
Make valid_cron_query
Would be great to implement an def function to validate if the cron string is valid, cz sometimes it is wrong and pycron.is_now("30/* * * * *", dt) will never return True
would be great to have like
pycron.isvalid_cron_query("30/* * * * *") #False