Browse Source

docs: small tweak to user guide [ci skip]

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
5b59f31a58
  1. 2
      docs/user_guide.rst

2
docs/user_guide.rst

@ -190,7 +190,7 @@ Configuring logging will lets us see the internal interactions.
client.connect()
@client.on('connected')
@client.on('channel_secured')
def send_login():
client.login(**logOnDetails)
# OR

Loading…
Cancel
Save