Added error message
This commit is contained in:
parent
07cdd19688
commit
d7546601dd
1 changed files with 2 additions and 0 deletions
2
game.py
2
game.py
|
@ -71,6 +71,8 @@ def hello():
|
|||
|
||||
lines = getContent()
|
||||
while len(lines) < 2:
|
||||
logger.error('Error reading content')
|
||||
print(lines)
|
||||
lines = getContent()
|
||||
|
||||
for line in lines:
|
||||
|
|
Loading…
Add table
Reference in a new issue