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

+ 2 - 1
whallets_cli.py

@@ -81,7 +81,8 @@ def _get_inputs():
 
 def _check_network():
     """Check if the existing network"""
-    ntw = int(input(tabulate(tc._choose_network())))
+    print(tabulate(tc._choose_network()))
+    ntw = int(input(tc._menu_choice()))
     i = ntw - 1
     if i != 0:
         print(tc._missing_operation())