Skip to content

Commit

Permalink
demos: Fix lint in webspider demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Nov 3, 2019
1 parent 234f9b8 commit 4f59658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/webspider/webspider.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def worker():
assert fetching == (fetched | dead)
print("Done in %d seconds, fetched %s URLs." % (time.time() - start, len(fetched)))
print("Unable to fetch %s URLS." % len(dead))

# Signal all the workers to exit.
for _ in range(concurrency):
await q.put(None)
Expand Down

0 comments on commit 4f59658

Please sign in to comment.