mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
fixed typo for codespell (#5753)
This commit is contained in:
@ -32,7 +32,7 @@ def get_all_tweets(screen_name: str) -> None:
|
||||
while len(new_tweets) > 0:
|
||||
print(f"getting tweets before {oldest}")
|
||||
|
||||
# all subsiquent requests use the max_id param to prevent duplicates
|
||||
# all subsequent requests use the max_id param to prevent duplicates
|
||||
new_tweets = api.user_timeline(
|
||||
screen_name=screen_name, count=200, max_id=oldest
|
||||
)
|
||||
|
Reference in New Issue
Block a user