diff --git a/protocol.py b/protocol.py index d5fbb550..f1eb015c 100644 --- a/protocol.py +++ b/protocol.py @@ -352,9 +352,8 @@ else: # Linux / Run from source if self.parse(): self.send_header('Content-Type', 'text/html') self.end_headers() - self.wfile.write( - '
{}
'.format('Authentication successful').encode('utf-8')) + self.wfile.write('Authentication successful
'.encode('utf-8')) else: self.end_headers()