Marthee commited on
Commit
770754a
·
1 Parent(s): 8940805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,7 @@ import pilecaps_adr
11
  import base64
12
 
13
 
 
14
  app = Flask(__name__)
15
 
16
  out_file = open("static/data/myfile.json", "w")
@@ -156,7 +157,6 @@ def sendmctnametoLegend(jsdata):
156
  pilecaps_adr.mapnametoLegend(result)
157
  return jsdata
158
 
159
-
160
  if __name__ == "__main__":
161
  app.run(host="0.0.0.0", port=7860)
162
 
 
11
  import base64
12
 
13
 
14
+
15
  app = Flask(__name__)
16
 
17
  out_file = open("static/data/myfile.json", "w")
 
157
  pilecaps_adr.mapnametoLegend(result)
158
  return jsdata
159
 
 
160
  if __name__ == "__main__":
161
  app.run(host="0.0.0.0", port=7860)
162