update start.sh

This commit is contained in:
mshe 2026-06-08 16:20:03 +08:00
parent b52341b6ad
commit 7f2758820f
1 changed files with 1 additions and 0 deletions

1
app.py
View File

@ -2,6 +2,7 @@ from fastmcp import FastMCP
from spider.mail_qq import start as a1
import asyncio
import logging
import json
mcp = FastMCP("spider-server")
logging.basicConfig(level=logging.INFO)