From: Jakob Date: Tue, 3 Dec 2019 05:50:08 +0000 (-0600) Subject: Fix typo X-Git-Url: https://jcornell.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=3dff425b38eddcb3ef2748e0c7ca8e02150c9b89;p=bb-sync-api.git Fix typo --- diff --git a/auth.py b/auth.py index ee66eb6..fcd43e6 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.HTTPErrorHandler, + urllib.request.HTTPDefaultErrorHandler, self, ] for h in handlers: