bughelp wanted
Repository-Metriken
- Stars
- Â (5.381 Stars)
- PR-Merge-Metriken
- Â (Keine gemergten PRs in 30 T)
Beschreibung
đ 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