Skip to content

Commit 606a738

Browse files
committed
chore: restore playground
1 parent b777061 commit 606a738

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

playground/python/app/search.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,10 @@ def main():
2020
print("client initialized", client)
2121

2222
try:
23-
resp = client.search_synonyms("test_Website_django_ci-1732613837.75547")
23+
resp = client.search_synonyms("foo")
2424
print(resp)
25-
client.browse_synonyms("test_Website_django_ci-1732613837.75547", lambda _resp: print(_resp))
25+
client.browse_synonyms("foo", lambda _resp: print(_resp))
2626
finally:
2727
client.close()
2828

2929
print("client closed")
30-
31-
32-
main()
33-
main()
34-
main()
35-
main()
36-
main()

0 commit comments

Comments
 (0)