Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvd10 authored and avelis committed May 10, 2019
1 parent cf4f958 commit 2a2d6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class DeliverHook(Task):
headers={'Content-Type': 'application/json'}
)
if response.status_code >= 500:
response.raise_for_response()
response.raise_for_status()
except requests.ConnectionError:
delay_in_seconds = 2 ** self.request.retries
self.retry(countdown=delay_in_seconds)
Expand Down

0 comments on commit 2a2d6a4

Please sign in to comment.