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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -884,8 +884,7 @@ if __name__ == "__main__":
884
 
885
 
886
  @app.route("/calll")
887
- def indexcalll():
888
- # Пример данных – на практике ты можешь подставлять свои значения
889
  target_profile = {
890
  "P": 0,
891
  "K": 0,
@@ -941,5 +940,6 @@ def indexcalll():
941
 
942
 
943
 
 
944
  if __name__ == '__main__':
945
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
 
884
 
885
 
886
  @app.route("/calll")
887
+ def index():
 
888
  target_profile = {
889
  "P": 0,
890
  "K": 0,
 
940
 
941
 
942
 
943
+
944
  if __name__ == '__main__':
945
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))