DmitrMakeev commited on
Commit
83169c8
1 Parent(s): 3034245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,5 +36,6 @@ def avp():
36
  # Возвращаем переменную "datas"
37
  return jsonify(datas)
38
 
 
39
  if __name__ == '__main__':
40
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
 
36
  # Возвращаем переменную "datas"
37
  return jsonify(datas)
38
 
39
+
40
  if __name__ == '__main__':
41
  app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))