bla
This commit is contained in:
@@ -31,7 +31,7 @@ class GameFactory:
|
||||
PLAYER_LAMPS.activateNext()
|
||||
|
||||
def getHighScore(self):
|
||||
with open(config.HIGHSCORE_FILE, "rw+") as file:
|
||||
with open(config.HIGHSCORE_FILE, "r+") as file:
|
||||
score_str = file.readline()
|
||||
|
||||
if score_str == "":
|
||||
|
||||
Reference in New Issue
Block a user