Commit aabf9d93 by Will Frey Committed by GitHub

uploader: replace deprecated requests parameter

parent 34ca1657
...@@ -69,7 +69,7 @@ class Uploader: ...@@ -69,7 +69,7 @@ class Uploader:
retry = util.Retry( retry = util.Retry(
connect=5, connect=5,
total=10, total=10,
method_whitelist=["GET"], allowed_methods=["GET"],
status_forcelist=[500, 501, 502, 503], status_forcelist=[500, 501, 502, 503],
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment