Pārlūkot izejas kodu

Catch another error.

tags/v0.2
Ben Kurtovic pirms 9 gadiem
vecāks
revīzija
8228f04c9f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      earwigbot/commands/crypt.py

+ 1
- 1
earwigbot/commands/crypt.py Parādīt failu

@@ -82,5 +82,5 @@ class Crypt(Command):
self.reply(data, cipher.encrypt(text).encode("hex"))
else:
self.reply(data, cipher.decrypt(text.decode("hex")))
except ValueError as error:
except (ValueError, TypeError) as error:
self.reply(data, error.message)

Notiek ielāde…
Atcelt
Saglabāt