From c945c8e229dcbf8221bef09d19f61510fba6fe18 Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Tue, 14 Oct 2025 17:16:17 -0400 Subject: [PATCH] Small change to cli.py --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.py b/cli.py index 0aec76c..6c27bfe 100644 --- a/cli.py +++ b/cli.py @@ -263,7 +263,7 @@ def opt_view_deck(): msg_array[0] = "You have no cards to view"; return; - msg = "" + msg = "Successfully listed deck." for card in cards: msg += f"Card ID: {card['cardId']}, Page ID: {card['pageId']}\n" msg_array[0] = msg