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