Alibrown commited on
Commit
4c7af52
·
verified ·
1 Parent(s): bdabd67

Update app/app.py

Browse files
Files changed (1) hide show
  1. 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
- # await db_sync.initialize()
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] ---