From 7f2dbc1c8aed1f053197949ef27323f621a4de90 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 26 Jan 2016 19:09:15 +0100 Subject: [PATCH] aah questi spazi --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index f9c1563c..4cad51d8 100644 --- a/bot.py +++ b/bot.py @@ -315,7 +315,7 @@ while True: # Se ci sono piĆ¹ carte, prendine una a caso! r = r[random.randrange(len(r))] except ValueError: - telegram.sendmessage(chr(9888) + "La carta specificata non esiste!", sentin) + telegram.sendmessage(chr(9888) + " La carta specificata non esiste!", sentin) else: # Si trova nelle bustine if 'howToGet' not in r: @@ -383,6 +383,7 @@ while True: # Eroe elif r['type'] == "Hero": text = str("[" + r['name'] + "](" + r['img'] + ")\n" + + "*Eroe*\n" + str(r['health']) + " salute\n") telegram.sendmessage(text, sentin) elif text.startswith('/online'):