diff --git a/badgesimulator/main.py b/badgesimulator/main.py index d192313..ccfc8a4 100644 --- a/badgesimulator/main.py +++ b/badgesimulator/main.py @@ -4,7 +4,6 @@ ___name___ = "EMF 2018 badge simulator" ___license___ = "MIT" ___categories___ = ["EMF"] ___dependencies___ = ["sleep", "app"] -___bootstrapped___ = True import ugfx, app from time import sleep @@ -23,4 +22,4 @@ while (not Buttons.is_pressed(Buttons.BTN_A)) and (not Buttons.is_pressed(Button sleep(2) ugfx.clear() -app.restart_to_default() \ No newline at end of file +app.restart_to_default()