add friend table, start work on ws

This commit is contained in:
2026-02-24 19:23:34 +01:00
parent b1556515a1
commit e8d6306714
7 changed files with 32 additions and 5 deletions
+1
View File
@@ -3,4 +3,5 @@ from app import create_app, sIO
app = create_app()
if __name__ == "__main__":
print("Starting server...")
sIO.run(app, debug=True)