port change
This commit is contained in:
parent
ad10ce28c1
commit
fcdaea2896
@ -129,4 +129,4 @@ class Webserver(object):
|
|||||||
def config():
|
def config():
|
||||||
return jsonify(self.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)
|
Reference in New Issue
Block a user