From: Michael Tremer Date: Fri, 30 Dec 2016 13:11:43 +0000 (+0100) Subject: http: Fix wrong function call X-Git-Tag: 0.9.28~1285^2~1360 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d80ca3a09cc451d13ed5e34556c14fb7a980d0b;p=pakfire.git http: Fix wrong function call The function was renamed to make clearer what it actually does Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/http.py b/src/pakfire/http.py index 5dace8e92..b99c09adf 100644 --- a/src/pakfire/http.py +++ b/src/pakfire/http.py @@ -275,7 +275,7 @@ class Client(object): tries -= 1 try: - return self._request(url, **kwargs) + return self._one_request(url, **kwargs) # Bad Gateway Error except BadGatewayError as e: