Skip to content

Commit

Permalink
Merge pull request #1445 from mraniki/dev
Browse files Browse the repository at this point in the history
Update cefi and logging
  • Loading branch information
mraniki authored Apr 10, 2024
2 parents 9fcede6 + 054249b commit abb8cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
2 changes: 1 addition & 1 deletion tt/plugins/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async def process_message(self, message):
"""

logger.debug("Processing: {}", message)
# logger.debug("Processing: {}", message)
if not message:
return
tasks = []
Expand Down

0 comments on commit abb8cdb

Please sign in to comment.