Skip to content

Commit a5f5dfe

Browse files
committed
fmt
1 parent e09a5c4 commit a5f5dfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tornado/web/handlers/Index.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ def _handle(self, **kwargs):
2525
response = { 'status': 500, 'msg': str(ex) }
2626
self.write(json_encode(response))
2727

28-
# curl -v http://localhost:8888/;echo
2928
def get(self):
3029
self._handle()

0 commit comments

Comments
 (0)