Skip to content

coroutine was expected, got None #2

Description

@RobbertH

I'm getting the following error

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 guessing the pypi package does not include the following commit yet?
fe4ccc9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions