Closed llauren closed 6 years ago
README.md says that the format for cronjob_time should be '[HH, MM]' but the code says the format is 'HH:MM'. I trust the code :)
README.md
cronjob_time
'[HH, MM]'
'HH:MM'
Thanks for spotting this; I've fixed the README, and also changed the data type of cronjob_time, so incorrectly formatted values should now result in an error.
I'll release after solving (trying to solve...) #6.
README.md
says that the format forcronjob_time
should be'[HH, MM]'
but the code says the format is'HH:MM'
. I trust the code :)