diff --git a/wallabag_kindle_consumer/consumer.py b/wallabag_kindle_consumer/consumer.py index e819d76..3324ada 100644 --- a/wallabag_kindle_consumer/consumer.py +++ b/wallabag_kindle_consumer/consumer.py @@ -42,5 +42,5 @@ class Consumer: await asyncio.gather(*jobs) self.session.commit() - asyncio.sleep(self.interval) + await asyncio.sleep(self.interval)