Changing default port
This commit is contained in:
parent
7ca032cef3
commit
bf9876a010
1 changed files with 1 additions and 1 deletions
2
myapp.py
2
myapp.py
|
@ -116,4 +116,4 @@ if __name__=="__main__":
|
|||
remote_handler_thread.start()
|
||||
localtunnel_thread = threading.Thread(target=localtunnel_launcher)
|
||||
localtunnel_thread.start()
|
||||
app.run(host="0.0.0.0")
|
||||
app.run(host="0.0.0.0", port=8000)
|
Loading…
Reference in a new issue