1
0
mirror of https://github.com/janLo/punkow synced 2026-06-19 15:38:00 +00:00

Fix missing async

This commit is contained in:
2019-01-17 23:40:03 +01:00
parent f9b9b2b036
commit 19526245c8
+1 -1
View File
@@ -150,5 +150,5 @@ class Worker(object):
async def run(self):
while True:
with self._timer.timed():
async with self._timer.timed():
await self._run_once()