ComputerScienceHouse/Quotefault

Strip whitespace at beginning/end of quotes

sauriol opened this issue · 0 comments

probably just change line 124 of __init__.py from quote = '"' + quote + '"' to quote = '"' + quote.strip() + '"'