mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 00:27:09 +08:00
fix
This commit is contained in:
parent
93a3e001c8
commit
15823907e4
@ -153,8 +153,8 @@ def claude_pro_handler(message: Message, bot: TeleBot) -> None:
|
||||
text=convert(s),
|
||||
parse_mode="MarkdownV2",
|
||||
)
|
||||
except:
|
||||
pass
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
try:
|
||||
# maybe not complete
|
||||
# maybe the same message
|
||||
@ -164,7 +164,8 @@ def claude_pro_handler(message: Message, bot: TeleBot) -> None:
|
||||
text=convert(s),
|
||||
parse_mode="MarkdownV2",
|
||||
)
|
||||
except:
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
pass
|
||||
|
||||
player_message.append(
|
||||
|
Loading…
x
Reference in New Issue
Block a user