wsgi.py 92 B

1234
  1. from web import app
  2. if __name__ == "__main__":
  3. app.run(host='192.168.0.12', port=7000)