mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
add FastApi实时性能监控
This commit is contained in:
@@ -3,7 +3,8 @@ from typing import Optional, Dict, Any, List, Set, Callable
|
||||
|
||||
from pydantic import BaseModel, Field, root_validator
|
||||
|
||||
from app.schemas import MessageChannel, FileItem
|
||||
from app.schemas.message import MessageChannel
|
||||
from app.schemas.file import FileItem
|
||||
|
||||
|
||||
class Event(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user