Fix protocol from example
This commit is contained in:
@@ -68,7 +68,7 @@ def main():
|
|||||||
'certfile': FLAGS.https_client_cert,
|
'certfile': FLAGS.https_client_cert,
|
||||||
'ca_certs': FLAGS.https_ca_cert,
|
'ca_certs': FLAGS.https_ca_cert,
|
||||||
}
|
}
|
||||||
client = Client('wss://%s/ws/slave' % FLAGS.server, protocols=['http-only', 'chat'], ssl_options=ssl_options)
|
client = Client('wss://%s/ws/slave' % FLAGS.server, protocols=['iconograph-slave'], ssl_options=ssl_options)
|
||||||
client.Loop()
|
client.Loop()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user