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:
parent
ae9a17a8bb
commit
e15be7062f
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue