port change

This commit is contained in:
Kai Wansart 2018-02-02 18:21:41 +01:00
parent ad10ce28c1
commit fcdaea2896

View File

@ -129,4 +129,4 @@ class Webserver(object):
def config():
return jsonify(self.config)
app.run(debug=True, host='0.0.0.0')
app.run(debug=True, host='0.0.0.0', port=5003)