Fix CREST stuff

This commit is contained in:
blitzmann
2017-11-05 01:28:57 -05:00
parent bd0de82a8e
commit cebca64e5e
4 changed files with 17 additions and 14 deletions

View File

@@ -95,7 +95,7 @@ class AuthHandler(http.server.BaseHTTPRequestHandler):
finally:
self.send_response(200)
self.end_headers()
self.wfile.write(HTML.format(msg))
self.wfile.write(str.encode(HTML.format(msg)))
if step2:
# Only stop once if we've received something in the querystring