Closed george-kuanli-peng closed 6 months ago
Before:
>>> croniter.is_valid('H 0 * * *', hash_id='abc') Traceback (most recent call last): ... TypeError: a bytes-like object is required, not 'str'
After:
>>> croniter.is_valid('H 0 * * *', hash_id='abc') True
I'll add some bits before release.
Thx for the contribution !
released: https://pypi.org/project/croniter/2.0.5/
Before:
After: