暫無描述

run.py 251B

123456
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. from app import app
  4. app.run(debug=True, host='0.0.0.0', port=8047)