Skip to content

Commit bc64bca

Browse files
author
Dan Richelson
committed
Update readme
1 parent 7b9c254 commit bc64bca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ Python 2.6 is supported for polling mode only and requires an extra dependency.
4040
1. Use the `python2.6` extra in your requirements.txt:
4141
`ldclient-py[python2.6]`
4242

43-
1. Due to Python 2.6's lack of SNI support, LaunchDarkly's streaming flag updates are not available. Set the `stream=False` option in the client config to disable it. You'll still receive flag updates, but via a polling mechanism with efficient caching.
43+
1. Due to Python 2.6's lack of SNI support, LaunchDarkly's streaming flag updates are not available. Set the `stream=False` option in the client config to disable it. You'll still receive flag updates, but via a polling mechanism with efficient caching. Here's an example:
44+
`config = ldclient.Config(stream=False, sdk_key="SDK_KEY")`
45+
4446

4547
Twisted
4648
-------

0 commit comments

Comments
 (0)