bughelp wanted
倉庫指標
- 星標
- (5,381 顆星)
- 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