1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-13 08:26:43 +00:00

add files

This commit is contained in:
2020-04-29 22:59:21 +08:00
parent 9750aaddb7
commit e2002c8868
2 changed files with 13 additions and 12 deletions

View File

@@ -201,6 +201,7 @@ class MyHandler(BaseHTTPRequestHandler):
msg = {'code': 1, 'error': "container not exist"}
except Exception as e:
msg = {'code': 2, 'error': str(e)}
print(e)
self.send_response(200)
self.send_header('Content-type', 'application/json')
self.end_headers()