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()