I decided so but I'm not sure if it's right because get an error:
Add:
status=3,
method_whitelist=frozenset(['POST'])
err: requests.exceptions.RetryError: HTTPConnectionPool(host='httpbin.org', port=80): Max retries exceeded with url: /status/504 (Caused by ResponseError('too many 504 error responses',))
Comment
Did you ever sort this?
Parent comment
I decided so but I'm not sure if it's right because get an error: Add: status=3, method_whitelist=frozenset(['POST']) err: requests.exceptions.RetryError: HTTPConnectionPool(host='httpbin.org', port=80): Max retries exceeded with url: /status/504 (Caused by ResponseError('too many 504 error responses',))