Skip to content

Commit bc636c3

Browse files
committed
Expand out to output
1 parent e0ea50f commit bc636c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ try:
155155

156156
# Or we can sign the builder with a stream and output it to a stream
157157
input_stream = open("tests/fixtures/A.jpg", "rb")
158-
out_stream = open("target/out.jpg", "wb")
159-
c2pa_data = builder.sign(signer, "image/jpeg", input_stream, out_stream)
158+
output_stream = open("target/out.jpg", "wb")
159+
c2pa_data = builder.sign(signer, "image/jpeg", input_stream, output_stream)
160160

161161
except Exception as err:
162162
print(err)

0 commit comments

Comments
 (0)