From ec9580719ba27256375583ab96562b23e6e408b9 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 2 Sep 2018 17:23:28 +0100 Subject: [PATCH] fix indentation thanks atom --- 3dspin/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3dspin/main.py b/3dspin/main.py index 10f9ac4..4cff9f8 100644 --- a/3dspin/main.py +++ b/3dspin/main.py @@ -358,4 +358,4 @@ while run: time.sleep_ms(500) # Wait a while to avoid skipping ahead if the user still has the button down if Buttons.is_pressed(Buttons.BTN_Menu): run = False - app.restart_to_default() + app.restart_to_default()