Skip to content

Commit

Permalink
add failing .get() as TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lharries committed Apr 21, 2024
1 parent d4c3664 commit c7d4637
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/pronunciation-dictionaries/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ def main():
file=f.read(), name="example"
)

# TODO: fix this, fails with 307 redirect even though the URL is correct
# client.pronunciation_dictionary.get(
# pronunciation_dictionary_id=pronunciation_dictionary.id
# )

print("-- initial rules --")
print_rules(
client, pronunciation_dictionary.id, pronunciation_dictionary.version_id
Expand Down

0 comments on commit c7d4637

Please sign in to comment.