From 0ac5ba0d6a606d8062e717a5a3d47d34205a7d07 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 21 Dec 2015 16:52:06 +0100 Subject: [PATCH] Una cosina, per farlo crashare meno. --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 8822ecb9..193d43c9 100644 --- a/bot.py +++ b/bot.py @@ -233,6 +233,7 @@ while True: if 'flavor' not in r: r['flavor'] = "Nessuna descrizione." # Testo principale + text = None if r['type'] == "Spell": text = str("[" + r['name'] + "](" + r['img'] + ") " "(" + r['rarity'] + ")\n" +