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