bughelp wanted
Métriques du dépôt
- Stars
- (5 381 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
🐛 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