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 完结撒花
工具拜年
Itchat python3.9报错AttributeError: 'HTMLParser' object has no attribute 'unescape'
修改itchat包的utils.py
# 导入
from html import unescape
# 修改d[k] = htmlParser.unescape(d[k])
d[k] = unescape(d[k])
工具拜年
评论区 2