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

+ 1 - 1
texts_cli.py

@@ -97,7 +97,7 @@ def _display_wallet_check_result(y):
         f"{_menu_choice()}"
     msg_1 = \
         f"The new wallet will be saved with already existing info:\n"
-    return msg_0, msg_1
+    return (msg_0, msg_1)
 
 def _enter_new_info(y):
     """Asks user for a correct information"""

+ 1 - 1
whallets_cli.py

@@ -128,7 +128,7 @@ def check_wallet(ntw_i,name, addr, twtr, ens):
         elif ens == ens_saved:
             x = [4, 'ENS']
         else:
-            x = [5,]
+            x = [5, "none"]
 
     x = x[0]
     y = x[1]