serinko 4 лет назад
Родитель
Сommit
dead54e617
2 измененных файлов с 2 добавлено и 2 удалено
  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()}"
         f"{_menu_choice()}"
     msg_1 = \
     msg_1 = \
         f"The new wallet will be saved with already existing info:\n"
         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):
 def _enter_new_info(y):
     """Asks user for a correct information"""
     """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:
         elif ens == ens_saved:
             x = [4, 'ENS']
             x = [4, 'ENS']
         else:
         else:
-            x = [5,]
+            x = [5, "none"]
 
 
     x = x[0]
     x = x[0]
     y = x[1]
     y = x[1]