From f308c3f5c455d73d614a86d065f06abd3ea1ac74 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 11 Aug 2015 14:37:41 +0200 Subject: [PATCH] =?UTF-8?q?Forse=20cos=C3=AC=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalbot.py b/royalbot.py index d8488c7b..7183b2c6 100644 --- a/royalbot.py +++ b/royalbot.py @@ -188,4 +188,4 @@ while(True): ctbpp = float(ctb[0]['pp_raw']) osumaniapp = float(osumania[0]['pp_raw']) #Manda il messaggio - sendMessage(name + " ha:" + unichr(10) + str(round(osupp, 0)) + "pp su Osu!" + unichr(10) + str(round(taikopp)) + "pp su Taiko" + unichr(10) + str(round(ctbpp)) + "pp su Catch the Beat" + unichr(10) + str(round(osumaniapp)) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id']) \ No newline at end of file + sendMessage(name + " ha:" + unichr(10) + str(int(osupp)) + "pp su Osu!" + unichr(10) + str(int(taikopp)) + "pp su Taiko" + unichr(10) + str(int(ctbpp)) + "pp su Catch the Beat" + unichr(10) + str(int(osumaniapp)) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id']) \ No newline at end of file