From ff1572c0301acc83e1434f08bfa27e26ddedd607 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 2 Dec 2019 23:51:19 -0600 Subject: [PATCH] Fix typo --- auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.py b/auth.py index fcd43e6..eecafd7 100644 --- a/auth.py +++ b/auth.py @@ -304,7 +304,7 @@ class CookieAuthHandler(urllib.request.HTTPCookieProcessor): handlers = [ urllib.request.HTTPHandler(), urllib.request.HTTPSHandler(), - urllib.request.HTTPDefaultErrorHandler, + urllib.request.HTTPDefaultErrorHandler(), self, ] for h in handlers: -- 2.30.2