mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +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
|
n = random.randrange(m) + 1
|
||||||
except ValueError:
|
except ValueError:
|
||||||
telegram.sendmessage(chr(9888) + " Il numero specificato non è maggiore o uguale a 0.",
|
telegram.sendmessage(chr(9888) + " Il numero specificato non è maggiore o uguale a 0.",
|
||||||
sentin,
|
sentin, source)
|
||||||
source)
|
|
||||||
# Se tutto va bene visualizza il numero generato
|
# Se tutto va bene visualizza il numero generato
|
||||||
else:
|
else:
|
||||||
telegram.sendmessage("Numero casuale da 1 a " + str(m) + ":\n*" + str(n) + "*", sentin,
|
telegram.sendmessage("Numero casuale da 1 a " + str(m) + ":\n*" + str(n) + "*", sentin,
|
||||||
|
|
Loading…
Reference in a new issue