diff --git a/punkow/service/worker.py b/punkow/service/worker.py index 4998fc6..9088bca 100644 --- a/punkow/service/worker.py +++ b/punkow/service/worker.py @@ -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()