bughelp wanted
仓库指标
- Star
- (5,381 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
🐛 Bug
This bug happens because undecoded is a bytes object, but s.decode(encoding) returns a str. this wll causes a TypeError
This bug happens because undecoded is a bytes object, but s.decode(encoding) returns a str. this wll causes a TypeError