From e34259f9676969ccd16f5cfcd76413f54213427f Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 19 Sep 2019 15:30:27 +0100 Subject: log call was replaced with Exception but [] on args remained --- src/utils/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/http.py b/src/utils/http.py index 18a37599..e9cf2ede 100644 --- a/src/utils/http.py +++ b/src/utils/http.py @@ -243,7 +243,7 @@ def request_many(requests: typing.List[Request]) -> typing.Dict[str, Response]: response = await client.fetch(t_request) except: raise RequestManyException( - "request_many failed for %s", [url]) + "request_many failed for %s" % url) headers = utils.CaseInsensitiveDict(dict(response.headers)) data = response.body.decode("utf8") -- cgit v1.3.1-10-gc9f91