1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

i forget things

This commit is contained in:
Steffo 2016-01-27 15:42:36 +01:00
parent 819f44836a
commit f12b0e1b37

2
bot.py
View file

@ -300,7 +300,7 @@ while True:
try: try:
m = int(cmd[1]) m = int(cmd[1])
except ValueError: except ValueError:
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.") telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin)
else: else:
m = 100 m = 100
n = random.randrange(m) + 1 n = random.randrange(m) + 1