Fix typo
authorJakob <jakob@jcornell.net>
Tue, 3 Dec 2019 05:50:08 +0000 (23:50 -0600)
committerJakob <jakob@jcornell.net>
Tue, 3 Dec 2019 05:50:08 +0000 (23:50 -0600)
auth.py

diff --git a/auth.py b/auth.py
index ee66eb65638a3c3d1b33d1cd6817ef9faa53bfad..fcd43e61457604b45b3e3a1ae35ec6f202d94159 100644 (file)
--- a/auth.py
+++ b/auth.py
@@ -304,7 +304,7 @@ class CookieAuthHandler(urllib.request.HTTPCookieProcessor):
                handlers = [
                        urllib.request.HTTPHandler(),
                        urllib.request.HTTPSHandler(),
-                       urllib.request.HTTPErrorHandler,
+                       urllib.request.HTTPDefaultErrorHandler,
                        self,
                ]
                for h in handlers: