mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
E stringhe.
This commit is contained in:
parent
875b2645e0
commit
211d4eb711
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
Loading…
Reference in a new issue