pyobfuscate icon indicating copy to clipboard operation
pyobfuscate copied to clipboard

there is error when i use byte

Open sjqzhang opened this issue 9 years ago • 0 comments

error: charset=re.compile(b'<meta[^>]charset=['"]?([a-z0-8-]+)['"]?[^>]?>',re.IGNORECASE).findall(html) correct: charset=re.compile(r'<meta[^>]charset=['"]?([a-z0-8-]+)['"]?[^>]?>',re.IGNORECASE).findall(html)

sjqzhang avatar Oct 17 '16 02:10 sjqzhang