From d364829fa5231788b98ad0e2aae86f3ac6dbd6bf Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Mar 2018 15:27:02 +1100 Subject: [PATCH] misc: cleanup --- pywal/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywal/__main__.py b/pywal/__main__.py index d7ba602..97eb999 100644 --- a/pywal/__main__.py +++ b/pywal/__main__.py @@ -106,9 +106,9 @@ def process_args(args): sys.exit(0) if args.f == "list_themes": - themes = theme.index() - themes = [theme.name.replace(".json", "") for theme in themes] + themes = [theme.name.replace(".json", "") for theme in theme.index()] print("Themes:", ", ".join(themes)) + print("Extra: 'random (select a random theme)'") sys.exit(0) if args.q: