Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prochy-exe committed May 14, 2024
1 parent 2a3b8c4 commit ec8fa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malfetcher/mal_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def make_request():
time.sleep(retry_after)
retries += 1
elif response.status_code == 500 or response.status_code == 400:
print(f"Unknown error occured, retrying...")
print(f"Unknown error occurred, retrying...")
print(params, HEADERS, sep="\n")
print(response.json())
retries += 1
Expand Down

0 comments on commit ec8fa79

Please sign in to comment.