We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651fe76 commit fe0c66aCopy full SHA for fe0c66a
pioreactorui/__init__.py
@@ -58,7 +58,7 @@
58
59
60
def decode_base64(string: str) -> str:
61
- return loads(b64decode(string))
+ return b64decode(string).decode("utf-8")
62
63
64
def create_app():
0 commit comments