Skip to content

Commit

Permalink
deploy: d653219
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 27, 2023
1 parent a132da8 commit 5700e0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ <h2 id="stop-crawl"><a class="header" href="#stop-crawl">Stop crawl</a></h2>
async def main():
website = Website(&quot;https://choosealicense.com&quot;)
website.crawl(Subscription())
# sleep for 2s and stop etc
website.stop()

asyncio.run(main())
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions website.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ <h2 id="stop-crawl"><a class="header" href="#stop-crawl">Stop crawl</a></h2>
async def main():
website = Website(&quot;https://choosealicense.com&quot;)
website.crawl(Subscription())
# sleep for 2s and stop etc
website.stop()

asyncio.run(main())
Expand Down

0 comments on commit 5700e0e

Please sign in to comment.