DmitrMakeev commited on
Commit
6411c5a
·
verified ·
1 Parent(s): 53cd319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -883,8 +883,9 @@ if __name__ == "__main__":
883
 
884
 
885
 
 
886
  @app.route("/calll")
887
- def index():
888
  target_profile = {
889
  "P": 0,
890
  "K": 0,
@@ -941,5 +942,6 @@ def index():
941
 
942
 
943
 
 
944
  if __name__ == '__main__':
945
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
 
883
 
884
 
885
 
886
+
887
  @app.route("/calll")
888
+ def indexcalll():
889
  target_profile = {
890
  "P": 0,
891
  "K": 0,
 
942
 
943
 
944
 
945
+
946
  if __name__ == '__main__':
947
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))