txlyre 4 日 前
コミット
9f8e77c97c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      actions.py

+ 1 - 1
actions.py

@@ -333,5 +333,5 @@ async def run(text):
 
     try:
         return f"```\n{text}```"
-    except ValueError, MessageEmptyError:
+    except (ValueError, MessageEmptyError):
         return "<Telegram не смог декодировать текст сообщения>"