100
This commit is contained in:
parent
d86c05fbe0
commit
a984f088b6
@ -104,7 +104,7 @@ def shoot(request):
|
||||
if pos == 0:
|
||||
player2.field = new_symb + player2.field[1:]
|
||||
elif pos == 99:
|
||||
player2.field[:99] + new_symb
|
||||
player2.field[:100] + new_symb
|
||||
else:
|
||||
player2.field = player2.field[:pos] + new_symb + player2.field[pos + 1:]
|
||||
player2.save()
|
||||
|
Loading…
Reference in New Issue
Block a user