@@ -277,15 +277,6 @@ class DeletePhotoHandler(RequestHandler): |
||
277 | 277 |
|
278 | 278 |
|
279 | 279 |
class BoxInfoHandler(RequestHandler): |
280 |
- def get(self): |
|
281 |
- self.write({ |
|
282 |
- 'status': 200, |
|
283 |
- 'data': { |
|
284 |
- 'no.': get_mac_address(), |
|
285 |
- 'status': get_box_status(), |
|
286 |
- } |
|
287 |
- }) |
|
288 |
- |
|
289 | 280 |
def post(self): |
290 | 281 |
self.write({ |
291 | 282 |
'status': 200, |