]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 1 Jun 2024 19:21:39 +0000 (21:21 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Jun 2024 19:21:39 +0000 (21:21 +0200)
- added another UTF-8 exception

fba/http/network.py

index 9199cb3452ea2208d154f30ba212be5253124586..2daa27ce9d8af66d40e150a8d0a2df150ccedba8 100644 (file)
@@ -59,6 +59,7 @@ exceptions = (
     requests.exceptions.Timeout,
     eventlet.timeout.Timeout,
     requests.exceptions.TooManyRedirects,
+    UnicodeDecodeError,
     UnicodeEncodeError,
     urllib3.exceptions.LocationParseError
 )