From bd9214ca4f24d98127e74d7a2e3a3a3ce09e3437 Mon Sep 17 00:00:00 2001 From: Heinrich Mellmann Date: Sun, 2 Sep 2018 20:44:32 +0100 Subject: [PATCH] better categories corrected the name --- nyan/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nyan/main.py b/nyan/main.py index 6e5f2a3..34cfde5 100644 --- a/nyan/main.py +++ b/nyan/main.py @@ -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