serinko 4 лет назад
Родитель
Сommit
ad4835c525
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      whallets_cli.py

+ 1 - 1
whallets_cli.py

@@ -64,7 +64,7 @@ def add_wallet():
     """A function to add wallet to the wallets_dict.json"""
     new_wallet = get_inputs()
 
-    print(tabulate(tc._save_wallet_confirm(new_wallet)))
+    print(tabulate(tc._save_wallet_confirm(**new_wallet)))