fix ChatGPT

This commit is contained in:
jxxghp
2023-11-03 12:36:24 +08:00
parent 8cf0afbeda
commit c135058480
3 changed files with 10 additions and 4 deletions

View File

@@ -54,8 +54,7 @@ class MediaServerRefresh(_PluginBase):
def get_api(self) -> List[Dict[str, Any]]:
pass
@staticmethod
def get_form() -> Tuple[List[dict], Dict[str, Any]]:
def get_form(self) -> Tuple[List[dict], Dict[str, Any]]:
"""
拼装插件配置页面需要返回两块数据1、页面配置2、数据结构
"""