fix reversed method name
This commit is contained in:
parent
aea638d660
commit
c1a0a79531
@ -37,7 +37,7 @@ class Save:
|
||||
data_tmp = (self.load_file(PLAYERFILE))
|
||||
data_tmp.append(player)
|
||||
self.write_file(data_tmp, PLAYERFILE)
|
||||
self.view.player_ok()
|
||||
self.view.ok_player()
|
||||
return True
|
||||
|
||||
def player_load(self) -> list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user