1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-22 13:54:19 +00:00

Non gli è piaciuto il mio type hint

This commit is contained in:
Steffo 2016-05-26 09:16:15 +00:00
parent ae9a17a8bb
commit e15be7062f

View file

@ -235,7 +235,7 @@ class Game:
else: else:
return None 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.""" """Assegna ruoli casuali a tutti i giocatori."""
random.seed() random.seed()
playersleft = self.players.copy() playersleft = self.players.copy()