Small change to cli.py

This commit is contained in:
Eric Meehan 2025-10-14 17:16:17 -04:00
parent 2b467ce248
commit c945c8e229

2
cli.py
View File

@ -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