Added saveguard
This commit is contained in:
parent
da449d56a4
commit
a16a433bdb
1 changed files with 3 additions and 0 deletions
3
game.py
3
game.py
|
@ -70,6 +70,9 @@ def hello():
|
|||
epoch = now.timestamp()
|
||||
|
||||
lines = getContent()
|
||||
while len(lines) < 2:
|
||||
lines = getContent()
|
||||
|
||||
for line in lines:
|
||||
ab = line.split(separator_char)
|
||||
ablines.append(
|
||||
|
|
Loading…
Add table
Reference in a new issue