serinko 4 ani în urmă
părinte
comite
f244b82141
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      texts_cli.py

+ 1 - 1
texts_cli.py

@@ -92,7 +92,7 @@ def _prompt_ens():
 def _display_wallet_check_result(y):
     """displays answer based on added data"""
     msg_0 = \
-        f"{x.title()} already exists in your wallet dictionary."\
+        f"{y.title()} already exists in your wallet dictionary."\
         f"\nDo you want to continue?\n1 - YES\n2 - NO (change the item)"\
         f"{_menu_choice()}"
     msg_1 = \