uniauth
All checks were successful
deploy / deploy (push) Successful in 1m21s

This commit is contained in:
2023-11-06 19:02:16 +03:00
parent c6ad0414b0
commit 412bf1fbbf
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ async def load_messages(chat_id: str, limit: int = 5, offset: int = 0, ids: Opti
replies.append(reply_to)
if replies:
messages += await load_messages(chat_id, offset, limit, replies)
except Exception as e:
except Exception:
import traceback
traceback.print_exc()
return messages