🔧 update default port

This commit is contained in:
mi
2025-11-06 22:11:45 +10:00
parent c7cd40f5a9
commit a74b9dc9e0
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -65,4 +65,4 @@ def page_not_found(e):
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True, port=3000)