mirror of
https://github.com/janLo/punkow
synced 2026-06-19 15:38:00 +00:00
Fix missing async
This commit is contained in:
@@ -150,5 +150,5 @@ class Worker(object):
|
|||||||
|
|
||||||
async def run(self):
|
async def run(self):
|
||||||
while True:
|
while True:
|
||||||
with self._timer.timed():
|
async with self._timer.timed():
|
||||||
await self._run_once()
|
await self._run_once()
|
||||||
|
|||||||
Reference in New Issue
Block a user