Skip to content

Commit

Permalink
Fix example in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Jun 6, 2024
1 parent 925b512 commit 38471c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brq/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ async def run(self):
async def cleanup(self):
print("cleanup")

asyncio.run(Daemon(DummyConsumer(), concurrency=10).run_forever())
asyncio.run(Daemon(DummyConsumer()).run_forever())

0 comments on commit 38471c3

Please sign in to comment.