mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 11:26:07 +00:00
fix: set plugin enabled=true as default
This commit is contained in:
@@ -97,7 +97,7 @@ class RuntimeConnectionHandler(handler.Handler):
|
|||||||
)
|
)
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
'enabled': False,
|
'enabled': True,
|
||||||
'priority': 0,
|
'priority': 0,
|
||||||
'plugin_config': {},
|
'plugin_config': {},
|
||||||
'install_source': 'local',
|
'install_source': 'local',
|
||||||
|
|||||||
Reference in New Issue
Block a user