Sonosus / kmgenerator

Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Stripping the newline #4

Closed ghost closed 2 years ago

ghost commented 2 years ago

raw_key processing: I think you can just say key = raw_key.strip() to get rid of the newline (or any leading/trailing whitespace).