diff --git a/.gitignore b/.gitignore index 7613256..7505e99 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ __pycache__ wifi*.json config.json +cmd.exe.lnk +tilda_tools.bat \ No newline at end of file diff --git a/nyan_home/main.py b/nyan_home/main.py index 8da6574..04e808f 100644 --- a/nyan_home/main.py +++ b/nyan_home/main.py @@ -2,7 +2,7 @@ """ ___name___ = "Nyan" ___license___ = "MIT" -___dependencies___ = ["app", "homescreen", "ugfx_helper", "machine"] +___dependencies___ = ["app", "homescreen", "ugfx_helper"] ___categories___ = ["Homescreens"] ___bootstrapped___ = False