From: Roland Häder Date: Mon, 19 Jun 2023 12:22:21 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a305452265565cc62d36c41057b0087ab3fb60c;p=fba.git Continued: - further exception added --- diff --git a/fba/network.py b/fba/network.py index 38e37f1..29ed1db 100644 --- a/fba/network.py +++ b/fba/network.py @@ -39,6 +39,7 @@ exceptions = ( requests.exceptions.ChunkedEncodingError, requests.exceptions.ConnectionError, requests.exceptions.InvalidSchema, + requests.exceptions.InvalidURL, requests.exceptions.Timeout, requests.exceptions.TooManyRedirects, UnicodeEncodeError