mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
fix typo
This commit is contained in:
@@ -164,7 +164,7 @@ class _PluginBase(metaclass=ABCMeta):
|
|||||||
|
|
||||||
def get_module(self) -> Dict[str, Any]:
|
def get_module(self) -> Dict[str, Any]:
|
||||||
"""
|
"""
|
||||||
获取插件模块声明,用于协持系统模块实现(方法名:方法实现)
|
获取插件模块声明,用于胁持系统模块实现(方法名:方法实现)
|
||||||
{
|
{
|
||||||
"id1": self.xxx1,
|
"id1": self.xxx1,
|
||||||
"id2": self.xxx2,
|
"id2": self.xxx2,
|
||||||
|
|||||||
Reference in New Issue
Block a user