diff --git a/custom_image_home/main.py b/custom_image_home/main.py index 293aa13..b6f475a 100644 --- a/custom_image_home/main.py +++ b/custom_image_home/main.py @@ -7,8 +7,6 @@ ___name___ = "Custom Image Home" ___license___ = "MIT" ___categories___ = ["Homescreens"] ___dependencies___ = ["homescreen", "shared/logo.png", "shared/sponsors.png"] -___launchable___ = False -___bootstrapped___ = True import ugfx from homescreen import * @@ -123,4 +121,4 @@ while True: wait = 20 while wait: wait -= 1 - sleep_or_exit(0.5) \ No newline at end of file + sleep_or_exit(0.5)