mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Pycharm fa casini
mi sa che torno al buon vecchio sublime text
This commit is contained in:
parent
46aaabd71e
commit
e3a40dee44
1 changed files with 6 additions and 8 deletions
14
bot.py
14
bot.py
|
@ -76,12 +76,10 @@ class Votazione:
|
|||
lista += chr(9899)
|
||||
lista += " @" + membro + "\n"
|
||||
telegram.sendmessage(self.domanda + "\n"
|
||||
"*Risultati:*\n"
|
||||
"Sì: " + str(si) + " (" + str(
|
||||
round(si / (si + no + astenuti) * 100, 2)) + "%)\n"
|
||||
"No: " + str(no) + " (" + str(
|
||||
round(no / (si + no + astenuti) * 100, 2)) + "%)\n"
|
||||
"Astenuti: " + str(astenuti) + "\n\n" + lista, self.chat)
|
||||
"*Risultati:*\n"
|
||||
"Sì: " + str(si) + " (" + str(round(si / (si + no + astenuti) * 100, 2)) + "%)\n"
|
||||
"No: " + str(no) + " (" + str(round(no / (si + no + astenuti) * 100, 2)) + "%)\n"
|
||||
"Astenuti: " + str(astenuti) + "\n\n" + lista, self.chat)
|
||||
|
||||
|
||||
# Votazione in corso
|
||||
|
@ -343,7 +341,7 @@ while True:
|
|||
"*Fruit*: " +
|
||||
r['count300'] + "\n"
|
||||
"*Droplet* _tick_: " + r['count100'] + "\n"
|
||||
"*Droplet* _trail_: " +
|
||||
"*Droplet* _trail_: " +
|
||||
r['count50'] + "\n"
|
||||
"*Miss*: " + r['countmiss'], sentin, source)
|
||||
elif mode == 3:
|
||||
|
@ -353,7 +351,7 @@ while True:
|
|||
'beatmap_id'] + ")\n*" + r['rank'] + "*\n" + mods +
|
||||
"\n*Punti*: " + r['score'] + "\n"
|
||||
"*Combo* x" + r['maxcombo'] + "\n"
|
||||
"_Rainbow_ *300*: " +
|
||||
"_Rainbow_ *300*: " +
|
||||
r['countgeki'] + "\n"
|
||||
"*300*: " + r['count300'] + "\n"
|
||||
"*100*: " + r[
|
||||
|
|
Loading…
Reference in a new issue