Set port information

This commit is contained in:
Vivek Teega 2020-04-24 10:16:07 +00:00
parent 4995a9d249
commit cfdccbbfbd

View File

@ -21,4 +21,4 @@ def homepage():
if __name__=='__main__':
app.run(debug=True)
app.run(debug=False, host='0.0.0.0', port='8042')