(fix): Port 5000 > 5001
This commit is contained in:
parent
0610bb7fdf
commit
11f51c94e0
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -95,4 +95,4 @@ def logout():
|
|||
return redirect(url_for("login"))
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(port=5000, debug=True)
|
||||
app.run(port=5001, debug=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue