mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
tab che vanno, tab che vengono
This commit is contained in:
parent
7ae9f1d208
commit
64c30e55b1
1 changed files with 4 additions and 6 deletions
10
bot.py
10
bot.py
|
@ -52,12 +52,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
|
||||
|
|
Loading…
Reference in a new issue