mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 00:06:04 +00:00
feat: discovering plugins by manifests
This commit is contained in:
@@ -36,7 +36,7 @@ class SettingManager:
|
||||
if plugin_container.pkg_path == value['pkg_path']:
|
||||
matched = True
|
||||
|
||||
plugin_container.plugin_source = value['source']
|
||||
plugin_container.plugin_repository = value['source']
|
||||
break
|
||||
|
||||
if not matched:
|
||||
|
||||
Reference in New Issue
Block a user