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 682b821 commit 2f7473fCopy full SHA for 2f7473f
playground/python/app/search.py
@@ -13,7 +13,8 @@ def main():
13
client = SearchClientSync(
14
environ.get("ALGOLIA_APPLICATION_ID"), environ.get("ALGOLIA_ADMIN_KEY")
15
)
16
- client.add_user_agent("playground", "Foo")
+ client.add_user_agent("playground")
17
+ client.add_user_agent("bar", "baz")
18
19
print("user_agent", client._config._user_agent.get())
20
print("client initialized", client)
0 commit comments