Skip to content

Commit

Permalink
doc: uncomment examples in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed Dec 24, 2024
1 parent 540cc40 commit 6725c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ async def fetch_cve_history():

# Run examples
async def main():
# await fetch_cve_details()
await fetch_cve_details()
await search_cves()
# await fetch_cve_history()
await fetch_cve_history()


asyncio.run(main())
Expand Down

0 comments on commit 6725c5b

Please sign in to comment.