summaryrefslogtreecommitdiffstats
path: root/solutions/py/d15.py
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2019-12-17 18:53:31 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2019-12-17 18:53:31 +0100
commit189ca3de24bcaa5028767154af555c2194d019ab (patch)
tree26108eb513aa2bca52faf46ea71f359a508e7508 /solutions/py/d15.py
parentc03a47188746c5e5aea1600ba4fe5fb656d71d48 (diff)
downloadaoc-189ca3de24bcaa5028767154af555c2194d019ab.tar.gz
Remove python3.8-isms
Diffstat (limited to 'solutions/py/d15.py')
-rw-r--r--solutions/py/d15.py2
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