From 3e39bdf9129b15e13b64e57c0581d8887d50e531 Mon Sep 17 00:00:00 2001 From: Daniel Saul Date: Sun, 2 Sep 2018 14:08:44 +0100 Subject: [PATCH] Set bootstrapped false --- tildr/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildr/main.py b/tildr/main.py index 39ada52..521095b 100644 --- a/tildr/main.py +++ b/tildr/main.py @@ -4,7 +4,7 @@ ___name___ = "Tildr Dating" ___license___ = "MIT" ___dependencies___ = ["wifi", "http", "ugfx_helper", "sleep", "dialogs", "sim800", "database"] ___categories___ = ["Other"] -___bootstrapped___ = True +___bootstrapped___ = False import app, buttons, ugfx, ugfx_helper, sleep, http, dialogs, sim800, database, ujson from tilda import Buttons