Skip to content

Commit

Permalink
chg: Bump deps, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 5, 2024
1 parent beda309 commit 5c93975
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 256 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The example below is the minimum viable code to use in order to capture a URL.
redis = Redis() # Connector to a running Redis/Valkey instance
lacus = LacusCore(redis)
async def run_captures():
async def run_captures() -> None:
max_captures_to_consume = 10
captures = set()
for capture_task in lacus.consume_queue(max_captures_to_consume):
Expand Down
Loading

0 comments on commit 5c93975

Please sign in to comment.