We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09a5c4 commit a5f5dfeCopy full SHA for a5f5dfe
tornado/web/handlers/Index.py
@@ -25,6 +25,5 @@ def _handle(self, **kwargs):
25
response = { 'status': 500, 'msg': str(ex) }
26
self.write(json_encode(response))
27
28
- # curl -v http://localhost:8888/;echo
29
def get(self):
30
self._handle()
0 commit comments