Skip to content

Commit

Permalink
Improve example output
Browse files Browse the repository at this point in the history
  • Loading branch information
bryfox committed Dec 17, 2024
1 parent effa35e commit ae56681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fetching_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
start=datetime.now() - timedelta(hours=3),
end=datetime.now() - timedelta(hours=1),
):
print(f"[{message.log_time}] Channel: {channel.topic} Schema: {schema.name}")
print(f"{message.log_time} | {channel.topic:<24} | {schema.name}")

0 comments on commit ae56681

Please sign in to comment.