correctly qualify DeadlineExceededException namespace
This commit is contained in:
parent
50742d336c
commit
397cfa8e7e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def request(url: str, method: str="GET", get_params: dict={},
|
|||
stream=True
|
||||
)
|
||||
response_content = response.raw.read(RESPONSE_MAX, decode_content=True)
|
||||
except DeadlineExceededException:
|
||||
except utils.DeadlineExceededException:
|
||||
raise HTTPTimeoutException()
|
||||
|
||||
response_headers = utils.CaseInsensitiveDict(dict(response.headers))
|
||||
|
|
Loading…
Reference in a new issue