Skip to content

Commit

Permalink
Add default value to yacat keyspace (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek authored Jun 23, 2021
1 parent 374304d commit 3fd9701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/yacat/yacat.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ async def main(args):
timeout=KEYSPACE_TIMEOUT,
)

keyspace = 0
async for task in completed:
keyspace = task.result

Expand Down

0 comments on commit 3fd9701

Please sign in to comment.