diff options
Diffstat (limited to 'cli/app/thesaurus/api.py')
| -rw-r--r-- | cli/app/thesaurus/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/thesaurus/api.py b/cli/app/thesaurus/api.py index 467d5fb..89e5ad1 100644 --- a/cli/app/thesaurus/api.py +++ b/cli/app/thesaurus/api.py @@ -24,7 +24,7 @@ class Thesaurus: try: data = api_fn(word) except Exception as e: - print("Got HTTP error, sleeping for 5 seconds") + print("Got HTTP error for {word}, sleeping for 5 seconds") time.sleep(5) pass write_json(path, data) |
