Spaces:
Running
Running
Update app/app.py
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -197,7 +197,7 @@ async def start_application(fundaments: Dict[str, Any]) -> None:
|
|
| 197 |
|
| 198 |
# --- Initialize MCP (registers tools, prepares SSE handler) ---
|
| 199 |
# db_sync only if cloud_DB used to!
|
| 200 |
-
|
| 201 |
await mcp.initialize()
|
| 202 |
|
| 203 |
# --- Read PORT from app/.pyfun [HUB] ---
|
|
|
|
| 197 |
|
| 198 |
# --- Initialize MCP (registers tools, prepares SSE handler) ---
|
| 199 |
# db_sync only if cloud_DB used to!
|
| 200 |
+
await db_sync.initialize()
|
| 201 |
await mcp.initialize()
|
| 202 |
|
| 203 |
# --- Read PORT from app/.pyfun [HUB] ---
|