solved little error
This commit is contained in:
parent
3a034329ee
commit
786d773063
@ -204,7 +204,7 @@ class Grid(object):
|
||||
for i, cell in enumerate(cells_to_reveal):
|
||||
status_update.append({
|
||||
'x': x,
|
||||
'y': y + i,
|
||||
'y': y_start + i,
|
||||
'revealed': cell.get_content()
|
||||
})
|
||||
cell.reveal()
|
||||
|
Loading…
Reference in New Issue
Block a user