From 4f8f9992efca9d61bc545c70e7132040e726d5e4 Mon Sep 17 00:00:00 2001 From: prehensile Date: Sat, 1 Sep 2018 11:08:24 +0100 Subject: [PATCH] fixed category --- stories/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/main.py b/stories/main.py index 426a732..d019bd6 100755 --- a/stories/main.py +++ b/stories/main.py @@ -2,7 +2,7 @@ ___name___ = "twenty-three million stories" ___license___ = "MIT" -___categories___ = ["Art"] +___categories___ = ["Other"] ___dependencies___ = [ "app", "dialogs", "http", "ugfx_helper", "sleep" ] ___bootstrapped___ = False