wujb123

Results 1 comments of wujb123

I change the code a littie bit, and it works: _text = '' try: _text = text[start:].decode("utf-8") except UnicodeDecodeError: for i in range(-2,2): # changed to (-2,2) try: _text =...