Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: ROMemories <[email protected]>
  • Loading branch information
chrysn and ROMemories authored May 17, 2024
1 parent 09ce5f6 commit f4d6c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coap/fauxhoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async def main():
)
print((await ctx.request(normalrequest).response_raising).payload.decode("utf8"))

print("Reading stdiout through OSCORE:")
print("Reading stdout through OSCORE:")
try:
# pre-flight b/c read_stream_to_console has bad error reporting
await ctx.request(Message(code=GET, uri=args.peer + "/stdout")).response_raising
Expand Down

0 comments on commit f4d6c33

Please sign in to comment.