Add placeholder message content to example.py
This commit is contained in:
parent
fb778c325a
commit
9d5419566c
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ client.headers(
|
|||
# Write message content
|
||||
client.write_line("Hello world!\n")
|
||||
client.write_line("Ceci est un message très intéressant.\n")
|
||||
client.write_line("...\n")
|
||||
# Send message
|
||||
client.send()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue