sauriol opened this issue 7 years ago · 0 comments
probably just change line 124 of __init__.py from quote = '"' + quote + '"' to quote = '"' + quote.strip() + '"'
__init__.py
quote = '"' + quote + '"'
quote = '"' + quote.strip() + '"'