We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903aa0f commit 74e6eeaCopy full SHA for 74e6eea
1 file changed
api/index.py
@@ -33,5 +33,5 @@ def do_GET(self):
33
self.send_response(200)
34
self.send_header('Content-type','text/plain')
35
self.end_headers()
36
- self.wfile.write(json.dumps(name).encode('utf-8'))
+ self.wfile.write(name.encode('utf-8'))
37
return
0 commit comments