Update README and example.py for clarity and consistency in message writing
This commit is contained in:
parent
91a6e7af3a
commit
7a57a986bf
3 changed files with 9 additions and 8 deletions
|
@ -29,8 +29,8 @@ client.headers(
|
|||
}
|
||||
)
|
||||
# Write message content
|
||||
client.write_message("Hello world!")
|
||||
client.write_message("Ceci est un message très intéressant.")
|
||||
client.write_line("Hello world!\n")
|
||||
client.write_line("Ceci est un message très intéressant.\n")
|
||||
# Send message
|
||||
client.send()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue