From 189ca3de24bcaa5028767154af555c2194d019ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 17 Dec 2019 18:53:31 +0100 Subject: Remove python3.8-isms --- solutions/py/d15.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solutions/py/d15.py') 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 -- cgit v1.2.1