We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8b717 commit b6ab557Copy full SHA for b6ab557
emailproxy.py
@@ -387,7 +387,7 @@ def start_redirection_receiver_server(token_request):
387
class LoggingWSGIRequestHandler(wsgiref.simple_server.WSGIRequestHandler):
388
def log_message(self, format_string, *args):
389
Log.debug('Local server auth mode (%s:%d): received authentication response' % (
390
- parsed_uri.hostname, parsed_uri.port), *args)
+ parsed_uri.hostname, parsed_port), *args)
391
392
class RedirectionReceiverWSGIApplication:
393
def __call__(self, environ, start_response):
0 commit comments