From e15be7062f9e9789f4244b5860a6dca3dd7fbb27 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 26 May 2016 09:16:15 +0000 Subject: [PATCH] =?UTF-8?q?Non=20gli=20=C3=A8=20piaciuto=20il=20mio=20type?= =?UTF-8?q?=20hint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 39e4e9f..c3cbadc 100644 --- a/main.py +++ b/main.py @@ -235,7 +235,7 @@ class Game: else: return None - def assignroles(self, bot, mifia=0: int, investigatore=0: int, angelo=0: int): + def assignroles(self, bot, mifia=0, investigatore=0, angelo=0): """Assegna ruoli casuali a tutti i giocatori.""" random.seed() playersleft = self.players.copy()