File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if client.initialize:
4747 user_name = ' bot'
4848 user = {' key' : user_key, ' name' : user_name}
4949 detail = client.variation_detail(flag_key, user, default = None )
50- print (f ' flag { flag_key} returns { detail.value } for user { user_key} , reason: { detail.reason} ' )
50+ print (f ' flag { flag_key} returns { detail.variation } for user { user_key} , reason: { detail.reason} ' )
5151
5252# ensure that the SDK shuts down cleanly and has a chance to deliver events to FeatBit before the program exits
5353client.stop()
@@ -185,4 +185,4 @@ otherwise, the custom event may not be included into the experiment result.
185185 feature, [ submit an issue] ( https://github.com/featbit/featbit-python-sdk/issues/new ) .
186186
187187## See Also
188- - [ Connect To Python Sdk] ( https://docs.featbit.co/docs/getting-started/4.-connect-an-sdk/server-side-sdks/python-sdk )
188+ - [ Connect To Python Sdk] ( https://docs.featbit.co/docs/getting-started/4.-connect-an-sdk/server-side-sdks/python-sdk )
You can’t perform that action at this time.
0 commit comments