run.py 100 B

12345
  1. from StatisticServer import app
  2. if __name__=="__main__":
  3. app.run(debug=False, host='0.0.0.0')