diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-12-17 18:53:31 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-12-17 18:53:31 +0100 |
| commit | 189ca3de24bcaa5028767154af555c2194d019ab (patch) | |
| tree | 26108eb513aa2bca52faf46ea71f359a508e7508 /solutions/py/d15.py | |
| parent | c03a47188746c5e5aea1600ba4fe5fb656d71d48 (diff) | |
| download | aoc-189ca3de24bcaa5028767154af555c2194d019ab.tar.gz | |
Remove python3.8-isms
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 |
