Skip to content

Commit fe0c66a

Browse files
correct
1 parent 651fe76 commit fe0c66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pioreactorui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959

6060
def decode_base64(string: str) -> str:
61-
return loads(b64decode(string))
61+
return b64decode(string).decode("utf-8")
6262

6363

6464
def create_app():

0 commit comments

Comments
 (0)