From 579bcdc70efd2e9b8f16ea639e03a666653e9a97 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 11 Aug 2015 14:26:07 +0200 Subject: [PATCH] =?UTF-8?q?Ehhh=20vabb=C3=A8=20dai?= 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 87ccfb74..67bd7df4 100644 --- a/royalbot.py +++ b/royalbot.py @@ -189,4 +189,4 @@ while(True): ctbpp = math.floor(float(ctb[0]['pp_raw'])) osumaniapp = math.floor(float(osumania[0]['pp_raw'])) #Manda il messaggio - sendMessage(name + " ha:" + unichr(10) + str(osupp) + "pp su Osu!" + unichr(10) + str(taikopp) + "pp su Taiko" + unichr(10) + str(ctbpp) + "pp su Catch the Beat" + unichr(10) + str(osumaniapp) + "pp su Osu!mania") \ No newline at end of file + sendMessage(name + " ha:" + unichr(10) + str(osupp) + "pp su Osu!" + unichr(10) + str(taikopp) + "pp su Taiko" + unichr(10) + str(ctbpp) + "pp su Catch the Beat" + unichr(10) + str(osumaniapp) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id']) \ No newline at end of file