]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 19 Jun 2023 12:22:21 +0000 (14:22 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 19 Jun 2023 12:22:21 +0000 (14:22 +0200)
- further exception added

fba/network.py

index 38e37f1f3130b49f668282cce2adb65fd2cf9703..29ed1db07f865e3b36f9831d7fbe72726017d34a 100644 (file)
@@ -39,6 +39,7 @@ exceptions = (
     requests.exceptions.ChunkedEncodingError,
     requests.exceptions.ConnectionError,
     requests.exceptions.InvalidSchema,
+    requests.exceptions.InvalidURL,
     requests.exceptions.Timeout,
     requests.exceptions.TooManyRedirects,
     UnicodeEncodeError