mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
ValueError quindi
This commit is contained in:
parent
611f1fe6f5
commit
ae9a17a8bb
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -197,7 +197,7 @@ class Game:
|
||||||
try:
|
try:
|
||||||
int(self.name)
|
int(self.name)
|
||||||
# Qual è quello giusto dei due? Non ho un interprete qui
|
# Qual è quello giusto dei due? Non ho un interprete qui
|
||||||
except TypeError, ValueError:
|
except ValueError:
|
||||||
freenames.append(self.name)
|
freenames.append(self.name)
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
|
|
Loading…
Reference in a new issue