From 74c432ed75a37817a83c2ec580f2a87d7d34c2db Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 20 Sep 2015 00:46:36 +0200 Subject: [PATCH] Raise! --- adventuremode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adventuremode.py b/adventuremode.py index abc6a78a..01f69634 100644 --- a/adventuremode.py +++ b/adventuremode.py @@ -60,6 +60,8 @@ def getUpdates(): #...esiste il messaggio? telegram wtf if(data['result'][0]['message'] is not None): return data['result'][0]['message'] + else: + raise KeyError("Qualcosa nel messaggio di Telegram รจ andato storto. Molto storto.") ############################################# ## Qui inizia la roba che serve a te, max! ##