Skip to content

Commit 2f7473f

Browse files
committed
fix: splendid playground
1 parent 682b821 commit 2f7473f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playground/python/app/search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ def main():
1313
client = SearchClientSync(
1414
environ.get("ALGOLIA_APPLICATION_ID"), environ.get("ALGOLIA_ADMIN_KEY")
1515
)
16-
client.add_user_agent("playground", "Foo")
16+
client.add_user_agent("playground")
17+
client.add_user_agent("bar", "baz")
1718

1819
print("user_agent", client._config._user_agent.get())
1920
print("client initialized", client)

0 commit comments

Comments
 (0)