Rumple

Results 3 issues of Rumple

For example, I have a task that is executed every minute. When I start the program, cron will start to execute my task in the next minute. Can I add...

File "/Users/rumple/.local/share/virtualenvs/python3env-cFhcDNke/lib/python3.7/site-packages/vibora/server.py", line 11, in from .workers.handler import RequestHandler File "/Users/rumple/.local/share/virtualenvs/python3env-cFhcDNke/lib/python3.7/site-packages/vibora/workers/handler.py", line 7, in from ..hooks import Events File "/Users/rumple/.local/share/virtualenvs/python3env-cFhcDNke/lib/python3.7/site-packages/vibora/hooks.py", line 38 self.async = iscoroutinefunction(handler) ^ SyntaxError: invalid syntax my...