That was supposed to return a string, lmao

This commit is contained in:
Firepup Sixfifty 2023-11-14 16:17:20 -06:00
parent 729111e9b4
commit 76697b4a50
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -48,4 +48,4 @@ class bytes(bbytes):
try: try:
return cls.decode(cls, errors = "ignore") # type: ignore return cls.decode(cls, errors = "ignore") # type: ignore
except TypeError: except TypeError:
return bytes(b'') return ""