LysandreJik commited on
Commit
ffd3765
·
1 Parent(s): e3dc221
Files changed (1) hide show
  1. app.py +1 -0
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