1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

E stringhe.

This commit is contained in:
Steffo 2015-08-11 14:24:20 +02:00
parent 875b2645e0
commit 211d4eb711

View file

@ -189,4 +189,4 @@ while(True):
ctbpp = math.floor(float(ctb[0]['pp_raw'])) ctbpp = math.floor(float(ctb[0]['pp_raw']))
osumaniapp = math.floor(float(osumania[0]['pp_raw'])) osumaniapp = math.floor(float(osumania[0]['pp_raw']))
#Manda il messaggio #Manda il messaggio
sendMessage(name + " ha:" + unichr(10) + osupp + "pp su Osu!" + unichr(10) + taikopp + "pp su Taiko" + unichr(10) + ctbpp + "pp su Catch the Beat" + unichr(10) + osumaniapp + "pp su Osu!mania") 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")