mirror of
https://github.com/janLo/wallabag-kindle-consumer
synced 2026-06-19 19:08:00 +00:00
Fix consumer sleep.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
This commit is contained in:
@@ -42,5 +42,5 @@ class Consumer:
|
||||
await asyncio.gather(*jobs)
|
||||
self.session.commit()
|
||||
|
||||
asyncio.sleep(self.interval)
|
||||
await asyncio.sleep(self.interval)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user