haha
This commit is contained in:
@@ -38,6 +38,9 @@ class GameFactory:
|
||||
except IOError:
|
||||
return 0
|
||||
|
||||
if score_str == "":
|
||||
return 0
|
||||
|
||||
return int(score_str)
|
||||
|
||||
def createGame(self):
|
||||
|
||||
Reference in New Issue
Block a user