From 524b52ff7c80cdb61a4f99f42d89862751abb2ce Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 22 Apr 2016 21:14:55 +0200 Subject: [PATCH] Cambiati per debug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a026d18..81645b8 100644 --- a/main.py +++ b/main.py @@ -268,7 +268,7 @@ def endjoin(bot, update): if game is not None and game.phase is 'Join' and update.message.from_user['id'] == game.adminid: game.phase = 'Voting' bot.sendMessage(update.message.chat['id'], "La fase di join รจ terminata.") - game.assignroles(1, 1, 1) + game.assignroles(1, 0, 0) bot.sendMessage(update.message.chat['id'], "I ruoli sono stati assegnati.")