txlyre 4 dní pred
rodič
commit
9f8e77c97c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 не смог декодировать текст сообщения>"