run.py 139 Bytes Raw Blame History Permalink 1 2 3 4 5 6 # -*- coding: utf-8 -*- from server.app import web_app if __name__ == "__main__": web_app.run(host='0.0.0.0', port=7788, debug=True)