From: Jakob Date: Tue, 3 Dec 2019 05:51:19 +0000 (-0600) Subject: Fix typo X-Git-Url: https://jcornell.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff1572c0301acc83e1434f08bfa27e26ddedd607;p=bb-sync-api.git Fix typo --- 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: