Set bootstrapped false

sammachin-gprs
Daniel Saul 2018-09-02 14:08:44 +01:00
parent 116613f424
commit 3e39bdf912
1 changed files with 1 additions and 1 deletions

View File

@ -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