Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjackg committed Aug 6, 2023
1 parent b536aef commit 3961969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md2cf/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(

adapter = requests.adapters.HTTPAdapter(
max_retries=urllib3.Retry(
total=4,
total=max_retries,
backoff_factor=1,
respect_retry_after_header=True,
allowed_methods=None,
Expand Down

0 comments on commit 3961969

Please sign in to comment.