1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2025-02-16 13:24:06 +00:00

print stuff

This commit is contained in:
Steffo 2017-01-27 18:11:53 +01:00
parent 37c8ad18a5
commit 658d36721a

View file

@ -1124,6 +1124,7 @@ def selectpreset(bot, update):
def handleerror(bot, update, error):
print("Error: " + error)
try:
bot.sendMessage(update.message.chat['id'], error)
except AttributeError: