1
Fork 0
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:
Steffo 2016-05-26 09:10:52 +00:00
parent 611f1fe6f5
commit ae9a17a8bb

View file

@ -197,7 +197,7 @@ class Game:
try:
int(self.name)
# Qual è quello giusto dei due? Non ho un interprete qui
except TypeError, ValueError:
except ValueError:
freenames.append(self.name)
def __repr__(self):