fix cookiecloud

This commit is contained in:
jxxghp
2024-03-17 13:42:01 +08:00
parent cbd704373c
commit 74c7a1927b
3 changed files with 8 additions and 6 deletions

View File

@ -307,6 +307,7 @@ def reload_module(_: schemas.TokenPayload = Depends(verify_token)):
重新加载模块
"""
ModuleManager().reload()
Scheduler().init()
return schemas.Response(success=True)