From af63fc0be8c891b4444d635ffa05061ddf8ac12d Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:26:24 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=87=20update=20plugin=5Fmanager.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tt/plugins/plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt/plugins/plugin_manager.py b/tt/plugins/plugin_manager.py index 283ccfea5..63d0ecfbd 100644 --- a/tt/plugins/plugin_manager.py +++ b/tt/plugins/plugin_manager.py @@ -128,7 +128,7 @@ async def process_message(self, message): """ - logger.debug("Processing: {}", message) + # logger.debug("Processing: {}", message) if not message: return tasks = [] From 054249b165bc476181ba0f739a69a2425ad69711 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:06:16 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0531d710..44d911955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ talkytrend = "2.0.8" iamlistening = "5.1.7" findmyorder = "1.9.19" dxsp = "10.0.5" -cefi = "4.4.18" +cefi = "4.4.19" myllm = "4.8.1"