Skip to content

Commit

Permalink
Merge pull request #428 from LlmKira/dev
Browse files Browse the repository at this point in the history
🔧 chore(dependencies): update pdm.lock with new dependencies
  • Loading branch information
sudoskys authored Dec 15, 2024
2 parents 5de7808 + f0f3cb0 commit 79524d6
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 887 deletions.
2 changes: 1 addition & 1 deletion app/receiver/telegram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async def reply(
if not event.text:
continue
try:
cell_stack = telegramify_markdown.telegramify(
cell_stack = await telegramify_markdown.telegramify(
content=event.text, max_word_count=4050
)
for cell in cell_stack:
Expand Down
Loading

0 comments on commit 79524d6

Please sign in to comment.