From af8ff0be991fbccc83a4935f02bbf99f3f483f6e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 23 Nov 2015 17:19:36 +0100 Subject: [PATCH] ops --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index f80314bf..53b21024 100644 --- a/bot.py +++ b/bot.py @@ -108,4 +108,4 @@ while True: else: m = 100 n = random.randrange(m) - telegram.sendmessage("Roll da 1 a" + str(m) + ": " + str(n)) + telegram.sendmessage("Roll da 1 a" + str(m) + ": " + str(n), sby)