Laura Calem

Results 1 comments of Laura Calem

My workaround for this error : when this happen I just clean my html with something like: `printable_str = ''.join(x for x in html_str if x in string.printable)` then re-launch...