better categories

corrected the name
sammachin-gprs
Heinrich Mellmann 2018-09-02 20:44:32 +01:00
parent d5998a9f06
commit bd9214ca4f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
"""Nyan Cat Animation!"""
___name___ = "serendipity"
___name___ = "nyan"
___license___ = "MIT"
___dependencies___ = ["sleep", "app", "ugfx_helper",
"shared/nyan/0.png",
@ -16,7 +16,7 @@ ___dependencies___ = ["sleep", "app", "ugfx_helper",
"shared/nyan/10.png",
"shared/nyan/11.png"]
___categories___ = ["EMF", "Other"]
___categories___ = ["FUN", "Homescreens"]
import ugfx_helper, os, wifi, ugfx, http, time, sleep, app
from tilda import Buttons