diff options
author | Determinant <[email protected]> | 2020-08-16 17:27:00 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-08-16 17:27:00 -0400 |
commit | 98142861076ec810b40813c9a63ff5d51349108b (patch) | |
tree | 87a94ae48e04cff7e34a76bd6b88c7981f90eb42 | |
parent | 9ae70f9df7bdd25f45293b89fa79f3d20bddd08f (diff) |
strip whitespaces
-rwxr-xr-x | keytree.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ if __name__ == '__main__': words = mgen.generate(256) print("KEEP THIS PRIVATE: {}".format(words)) else: - words = getpass('Enter the mnemonic: ') + words = getpass('Enter the mnemonic: ').strip() if not args.custom_words: mchecker = mnemonic.Mnemonic(args.lang) if not mchecker.check(words): |