mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-22 22:30:49 -04:00
Typo
This commit is contained in:
parent
86fa32fa9e
commit
04f5790d4f
2 changed files with 4 additions and 1 deletions
|
@ -121,7 +121,7 @@ def query_pushshift(ids, bearer, object_type, pushshift_token_function):
|
|||
discord_logging.flush_discord()
|
||||
sys.exit(1)
|
||||
if current_attempt > 0:
|
||||
log.info(f"Pushshift call succeeded after {i} retries")
|
||||
log.info(f"Pushshift call succeeded after {current_attempt} retries")
|
||||
return response.json()['data'], bearer
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue