This commit is contained in:
Yeuoly
2025-01-07 18:59:13 +08:00
parent ff3d3f71fb
commit c3440a27fb
6 changed files with 18 additions and 5 deletions

View File

@ -95,6 +95,9 @@ class PluginModelManager(BasePluginManager):
)
for resp in response:
if resp.credentials and isinstance(resp.credentials, dict):
credentials.update(resp.credentials)
return resp.result
return False
@ -132,6 +135,9 @@ class PluginModelManager(BasePluginManager):
)
for resp in response:
if resp.credentials and isinstance(resp.credentials, dict):
credentials.update(resp.credentials)
return resp.result
return False