diff --git a/src/client.py b/src/client.py index 7cedb6f..42348d6 100644 --- a/src/client.py +++ b/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: