This commit is contained in:
i-am-called-glitchy 2025-06-03 13:39:01 +00:00
parent 818cb8387b
commit fff2dcf970

2
app.py
View file

@ -162,5 +162,5 @@ def logout():
if __name__ == "__main__":
app.run(debug=True)
app.run(debug=True, port=8765)