port
This commit is contained in:
parent
818cb8387b
commit
fff2dcf970
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -162,5 +162,5 @@ def logout():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
app.run(debug=True, port=8765)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue