We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2b33a commit 3af2975Copy full SHA for 3af2975
README.md
@@ -22,7 +22,7 @@ factory = get_factory('YOUR_SDK_TYPE_API_KEY', config=config)
22
try:
23
factory.block_until_ready(5) # wait up to 5 seconds
24
split = factory.client()
25
- treatment = split.get_treatment('CUSTOMER_ID', 'SPLIT_NAME')
+ treatment = split.get_treatment('CUSTOMER_ID', 'FEATURE_FLAG_NAME')
26
if treatment == "on":
27
# insert code here to show on treatment
28
elif treatment == "off":
0 commit comments