JiHuo.Ma

Itchat python3.9报错AttributeError: 'HTMLParser' object has no attribute 'unescape'

0x00 概述

Itchat python3.9报错AttributeError: 'HTMLParser' object has no attribute 'unescape'

0x01 开整

修改itchat包的utils.py

# 导入
from html import unescape

# 修改d[k]  = htmlParser.unescape(d[k])
d[k]  = unescape(d[k])

0xff 完结撒花

工具拜年

# ARTICLE

评论区 0

回复

还没有评论,来抢沙发吧!