summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 4f4eb9fc..c5f1e9c3 100755
--- a/main.py
+++ b/main.py
@@ -379,7 +379,7 @@ class _KerberosAuthHandler(urllib.request.BaseHandler):
379 self.context = None 379 self.context = None
380 self.handler_order = urllib.request.BaseHandler.handler_order - 50 380 self.handler_order = urllib.request.BaseHandler.handler_order - 50
381 381
382 def http_error_401(self, req, fp, code, msg, headers): 382 def http_error_401(self, req, fp, code, msg, headers): # pylint:disable=unused-argument
383 host = req.get_host() 383 host = req.get_host()
384 retry = self.http_error_auth_reqed('www-authenticate', host, req, headers) 384 retry = self.http_error_auth_reqed('www-authenticate', host, req, headers)
385 return retry 385 return retry