pycron icon indicating copy to clipboard operation
pycron copied to clipboard

Make valid_cron_query

Open melquelima opened this issue 1 year ago • 0 comments

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

melquelima avatar Nov 29 '24 14:11 melquelima