更新 subscribe.py
This commit is contained in:
parent
8d63e5d057
commit
e96046f994
@ -29,7 +29,7 @@ def start_subscribe_search(sid: Optional[int], state: Optional[str]):
|
|||||||
"""
|
"""
|
||||||
启动订阅搜索任务
|
启动订阅搜索任务
|
||||||
"""
|
"""
|
||||||
SubscribeChain().search(sid=sid, state=state, manul=True)
|
SubscribeChain().search(sid=sid, state=state, manual=True)
|
||||||
|
|
||||||
|
|
||||||
@router.get("/", summary="所有订阅", response_model=List[schemas.Subscribe])
|
@router.get("/", summary="所有订阅", response_model=List[schemas.Subscribe])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user