mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: route agent settings tools through runtime
This commit is contained in:
@@ -284,7 +284,7 @@ class RuntimeSettingsService:
|
||||
|
||||
def update(self, key: str, value: Any) -> tuple[Optional[bool], str]:
|
||||
"""更新单个部署设置。"""
|
||||
return self._settings.update_setting(key=key, value=value)
|
||||
return self._settings.update_setting(key, value)
|
||||
|
||||
|
||||
class SystemConfigService:
|
||||
|
||||
Reference in New Issue
Block a user