diff --git a/appPublic/httpclient.py b/appPublic/httpclient.py index 08e4eec..2c28ab7 100755 --- a/appPublic/httpclient.py +++ b/appPublic/httpclient.py @@ -137,7 +137,7 @@ class HttpClient: headers=headers) if resp.status==200: return await self.handleResp(url, resp, response_type, stream_func=stream_func) - msg = f'http error({resp.status}, {url=},{params=}, {data=}, {jd=}, {headers=}, {kw=})' + msg = f'http error({resp.status}, {url=},{params=}, {data=}, {jd=})' exception(msg) raise HttpError(resp.status, msg)