From f21e9de580ed8482919dacd0c6ddf38f10642de2 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:28:20 +0200 Subject: [PATCH] update exchange_plugin.py and talky_settings.toml --- tt/talky_settings.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tt/talky_settings.toml b/tt/talky_settings.toml index e5df91aa2..43303fe6e 100644 --- a/tt/talky_settings.toml +++ b/tt/talky_settings.toml @@ -254,13 +254,13 @@ plugin_directory = "tt.plugins.default_plugins" # authorized_plugins = [] # Here the value has been set for # main plugins -authorized_plugins = [ - 'helper_plugin', - 'exchange_plugin', - 'ai_agent_plugin', - # 'talkytrend_plugin', - # 'feed_plugin', - ] +# authorized_plugins = [ +# 'helper_plugin', +# 'exchange_plugin', +# 'ai_agent_plugin', +# # 'talkytrend_plugin', +# # 'feed_plugin', +# ] # Enable/Disable Example Plugin # example_plugin_enabled = true