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

+ 2 - 2
texts_cli.py

@@ -155,11 +155,11 @@ def _confirm_entry():
     """Asks user to confirm the wallet saving or repeat"""
     msg_0 = \
         "\nDo you want to save the wallet to the database?"\
-        "\n1 - YES\n2 - NO"
+        "\n1 - YES\n2 - NO\n"
     msg_1 = "\nThe wallet was saved to your database."
     msg_2 = \
         "\nDo you want to add another wallet?"\
-        "\n1 - YES\n2 - NO"
+        "\n1 - YES\n2 - NO\n"
 
     return msg_0, msg_1, msg_2