We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5463a03 commit db898eeCopy full SHA for db898ee
adabot/travis_requests.py
@@ -65,4 +65,4 @@ def post(url, **kwargs):
65
return requests.post(_fix_url(url), timeout=30, **_fix_kwargs(kwargs))
66
67
def put(url, **kwargs):
68
- return requests.put(_fix_url(url), timeout=30 **_fix_kwargs(kwargs))
+ return requests.put(_fix_url(url), timeout=30, **_fix_kwargs(kwargs))
0 commit comments