Added host='0.0.0.0' to run command for addressing from other than localhost

This commit is contained in:
2017-01-31 22:38:27 +01:00
parent 6f0188238d
commit 04426babde

View File

@@ -108,4 +108,4 @@ def get_uptimesLoad():
if __name__ == '__main__':
app.run(port=63580,debug=True)
app.run(host='0.0.0.0',port=63580,debug=True)