Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chesha1 committed Jul 9, 2024
1 parent 8b4a651 commit 841a5ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# TODO
# 1. replace requests with aiohttp
# 2. with the limit of 5000 requests per hour, consider use some stateful cache to store the data, e.g. csv file in the repo

from typing import List, Optional
import requests
from typing import List, Tuple, Optional
Expand Down

0 comments on commit 841a5ac

Please sign in to comment.