From 3e3b6699cf36cf38de5a7516e32e8ebe4c006aa6 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 14 Jan 2017 16:23:46 +0100 Subject: [PATCH] que --- bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.py b/bot/bot.py index 46eddf7..1f8fae5 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -51,7 +51,7 @@ def handle_urls(handler, cmd,args=[]): lg.debug(json.dumps(cmd)) print json.dumps(cmd) if len(cmd) >= 4 and cmd[3]=="que": - sent=handler.sender.sendMessage("I qued url "+ json.dumps(compiler_controller.urls_test(int(cmd[2]))), reply_markup=None) + sent=handler.sender.sendMessage("I qued url "+ json.dumps(compiler_controller.urls_que(int(cmd[2]))), reply_markup=None) elif len(cmd) >= 4 and cmd[3]=="test": sent=handler.sender.sendMessage("I tested url: "+ json.dumps(compiler_controller.urls_test(int(cmd[2]))["comp"])[0:399], reply_markup=None) elif len(cmd) >= 3 and cmd[2] == "que":