bughelp wanted
Metriche repository
- Star
- (5381 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
🐛 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