mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Una riga in meno. A caso.
This commit is contained in:
parent
0a0be46457
commit
1d7904f2ce
1 changed files with 1 additions and 2 deletions
3
bot.py
3
bot.py
|
@ -413,8 +413,7 @@ while True:
|
|||
n = random.randrange(m) + 1
|
||||
except ValueError:
|
||||
telegram.sendmessage(chr(9888) + " Il numero specificato non è maggiore o uguale a 0.",
|
||||
sentin,
|
||||
source)
|
||||
sentin, source)
|
||||
# Se tutto va bene visualizza il numero generato
|
||||
else:
|
||||
telegram.sendmessage("Numero casuale da 1 a " + str(m) + ":\n*" + str(n) + "*", sentin,
|
||||
|
|
Loading…
Reference in a new issue