''
This commit is contained in:
2
web2.py
2
web2.py
@@ -25,6 +25,7 @@ from web2_youtube_oauth import (
|
||||
oauth_exchange_code,
|
||||
oauth_status as youtube_oauth_status_snapshot,
|
||||
)
|
||||
from web2_wechat_chatbot import register_wechat_chatbot_routes
|
||||
|
||||
app = FastAPI(title="多进程录制控制台")
|
||||
|
||||
@@ -184,6 +185,7 @@ app.add_middleware(
|
||||
allow_headers=["*"],
|
||||
)
|
||||
|
||||
register_wechat_chatbot_routes(app, BASE_DIR)
|
||||
|
||||
# ---------------- 工具函数 ----------------
|
||||
async def read_log_path(path: str, lines: int) -> str:
|
||||
|
||||
Reference in New Issue
Block a user