From 88fb6e3ba8e29fc497b6070287048b7a2f9e1a44 Mon Sep 17 00:00:00 2001 From: Catalin Ursachi Date: Mon, 3 Sep 2018 22:36:46 +0100 Subject: [PATCH] Make Holland a non-bootstrapped app --- holland/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holland/main.py b/holland/main.py index dedb8d0..d3a46b8 100644 --- a/holland/main.py +++ b/holland/main.py @@ -4,7 +4,7 @@ ___name___ = "Holland" ___license___ = "MIT" ___dependencies___ = ["app", "sim800", "ugfx_helper"] ___categories___ = ["Villages"] -___bootstrapped___ = True +___bootstrapped___ = False from app import * from dialogs import *