mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 03:20:01 +00:00
lint
This commit is contained in:
parent
9be9943401
commit
710e532888
5 changed files with 25 additions and 20 deletions
|
|
@ -422,9 +422,7 @@ class ClaudeMessageHandler:
|
|||
chat_id, status_msg_id, display, parse_mode="MarkdownV2"
|
||||
)
|
||||
except Exception as e:
|
||||
logger.warning(
|
||||
f"Failed to update Telegram for node {node_id}: {e}"
|
||||
)
|
||||
logger.warning(f"Failed to update Telegram for node {node_id}: {e}")
|
||||
|
||||
try:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue