From e46aed13c2541ae4d3e604573da24f4745f9f4e1 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Tue, 4 Sep 2018 19:30:47 +0100 Subject: [PATCH] Category back to all cats. --- badge_store/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/badge_store/main.py b/badge_store/main.py index e1a8aaf..28cf469 100644 --- a/badge_store/main.py +++ b/badge_store/main.py @@ -49,7 +49,7 @@ def show_apps(c): if option: show_app(option["app"],c) else: - return + show_categories() def show_app(a,c): clear()