Skip to content

Commit 74e6eea

Browse files
committed
111
1 parent 903aa0f commit 74e6eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ def do_GET(self):
3333
self.send_response(200)
3434
self.send_header('Content-type','text/plain')
3535
self.end_headers()
36-
self.wfile.write(json.dumps(name).encode('utf-8'))
36+
self.wfile.write(name.encode('utf-8'))
3737
return

0 commit comments

Comments
 (0)