Skip to content

Commit

Permalink
Update websocketexample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jessfraz authored Jul 29, 2024
1 parent 6d623e5 commit f289b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/websocket_tutorial/websocketexample.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def make_cube():

# Save the contents to a file.
dir_path = os.path.dirname(os.path.realpath(__file__))
png_path = os.path.join(dir_path, "snapshot.png")
png_path = os.path.join(dir_path, "output.png")
print(png_path)
with open(png_path, "wb") as f:
f.write(png_contents)
Expand Down

0 comments on commit f289b24

Please sign in to comment.