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
6
bot.py
6
bot.py
|
@ -77,10 +77,8 @@ class Votazione:
|
||||||
lista += " @" + membro + "\n"
|
lista += " @" + membro + "\n"
|
||||||
telegram.sendmessage(self.domanda + "\n"
|
telegram.sendmessage(self.domanda + "\n"
|
||||||
"*Risultati:*\n"
|
"*Risultati:*\n"
|
||||||
"Sì: " + str(si) + " (" + str(
|
"Sì: " + str(si) + " (" + str(round(si / (si + no + astenuti) * 100, 2)) + "%)\n"
|
||||||
round(si / (si + no + astenuti) * 100, 2)) + "%)\n"
|
"No: " + str(no) + " (" + str(round(no / (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)
|
"Astenuti: " + str(astenuti) + "\n\n" + lista, self.chat)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue