From 8e38088a53ba5e7a4e643042965e0b7a48ffff6b Mon Sep 17 00:00:00 2001 From: lasers Date: Mon, 5 Jun 2023 10:06:37 -0500 Subject: [PATCH] fix game_name or gn->n typo --- pynps/functions/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynps/functions/functions.py b/pynps/functions/functions.py index bdc4353..e6c3668 100644 --- a/pynps/functions/functions.py +++ b/pynps/functions/functions.py @@ -1014,7 +1014,7 @@ def create_args(): # check sort list if a.sort is not None: for i in a.sort.split(","): - if i.lower() not in ["c", "id", "r", "t", "gn", "s", "console", "title_id", "region", "type", "game_name", "size"]: + if i.lower() not in ["c", "id", "r", "t", "n", "s", "console", "title_id", "region", "type", "game_name", "size"]: printft(HTML("[ERROR] invalid list for --order")) sys.exit(1)