Spaces:
Runtime error
Runtime error
Commit
·
ffd3765
1
Parent(s):
e3dc221
TODO
Browse files
app.py
CHANGED
|
@@ -48,6 +48,7 @@ class RequestHandler(SimpleHTTPRequestHandler):
|
|
| 48 |
self.send_header("Content-Type", "application/json")
|
| 49 |
self.end_headers()
|
| 50 |
|
|
|
|
| 51 |
self.wfile.write(json.dumps(list(dataset_with_most_splits)).encode("utf-8"))
|
| 52 |
|
| 53 |
return SimpleHTTPRequestHandler
|
|
|
|
| 48 |
self.send_header("Content-Type", "application/json")
|
| 49 |
self.end_headers()
|
| 50 |
|
| 51 |
+
# TODO: Send and display warnings
|
| 52 |
self.wfile.write(json.dumps(list(dataset_with_most_splits)).encode("utf-8"))
|
| 53 |
|
| 54 |
return SimpleHTTPRequestHandler
|