Queer European MD passionate about IT
Browse Source

Whitespace

Davte 5 years ago
parent
commit
31ab51ec52
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/client.py

+ 4 - 4
src/client.py

@@ -465,7 +465,6 @@ def main():
             )
             if file_path and not os.path.isdir(os.path.abspath(file_path)):
                 file_path = None
-        new_settings['file_path'] = file_path
     if password is None:
         logging.warning(
             "You have provided no password for file encryption.\n"
@@ -491,11 +490,12 @@ def main():
         token = input("Please enter a 6-10 chars token.\t\t\t\t")
     if new_settings:
         answer = utilities.timed_input(
-            "Do you want to store the following configuration values in "
-            "`config.py`?\n\n" + '\n'.join(
+            "You may store the following configuration values in "
+            "`config.py`.\n\n" + '\n'.join(
                 '\t\t'.join(map(str, item))
                 for item in new_settings.items()
-            ) + '\n\t\t\t',
+            ) + '\n\n'
+                'Do you want to store them?\t\t\t',
             timeout=3
         )
         if answer: