Skip to content

Commit ab29cc3

Browse files
authored
Update README.md
1 parent 9b1df7b commit ab29cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5353
client.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)

0 commit comments

Comments
 (0)