Skip to content

Commit

Permalink
Add Base64 Read in example
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Sep 10, 2024
1 parent 959cea7 commit 162c08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameters/parameters/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def bytes_doc_string(self, value):
@parameter(key="value", type="Base64")
def base64_parameter(self, value):
"""Parameter: base64 value"""
return value
return value.read()


def main():
Expand Down

0 comments on commit 162c08c

Please sign in to comment.