diff options
Diffstat (limited to 'solutions/py/d15.py')
| -rw-r--r-- | solutions/py/d15.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/py/d15.py b/solutions/py/d15.py index 9ee3f65..e1de236 100644 --- a/solutions/py/d15.py +++ b/solutions/py/d15.py @@ -250,7 +250,7 @@ def visualize(input): oxygen = (cur_x, cur_y) else: break - time.sleep(0.0075) + time.sleep(0.005) print(draw(board, droid=(cur_x, cur_y))) c.output = None c.SIG_OUTPUT = False |
