Update __init__.py

This commit is contained in:
Mr Chen 2024-10-22 02:25:21 +08:00
parent d97e265035
commit eba923aa5f
1 changed files with 1 additions and 2 deletions

View File

@ -21,9 +21,8 @@ def index():
# 插件列表
@blueprint.route('/list', endpoint='list', methods=['GET'])
def list():
pg = MwPlugin.instance()
print(pg.getList())
# print(pg.getList())
return pg.getList()
# 初始化检查,首页提示选择安装