diff --git a/bot.py b/bot.py index 3bcae2a4..ddf8e687 100644 --- a/bot.py +++ b/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,