Exception in thread Thread-7:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.8/site-packages/pycron/__init__.py", line 24, in run
asyncio.run(self.function(datetime.now()))
File "/usr/local/lib/python3.8/asyncio/runners.py", line 37, in run
raise ValueError("a coroutine was expected, got {!r}".format(main))
ValueError: a coroutine was expected, got None
I'm getting the following error
I'm guessing the pypi package does not include the following commit yet?
fe4ccc9