Skip to content

Commit

Permalink
changed wording in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesvaren authored Oct 31, 2020
1 parent 42dc001 commit 3d7cc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def write_file(region_name: str, ip_address: str = "127.0.0.1", file_name: str =
with open(file_name, "wb") as file:
file.write(data)

# Log the bytes to stdout if specified
# Log the bytes to the console if specified
if log_bytes:
print("Writing", content_from_stream(data), "to", file_name)

Expand Down

0 comments on commit 3d7cc1a

Please sign in to comment.