Skip to content

Commit

Permalink
Changed Empty Response Messaging to include the address search featur…
Browse files Browse the repository at this point in the history
…e and Secondary dataset
  • Loading branch information
Eric Devenport authored and Eric Devenport committed Sep 17, 2024
1 parent 070304a commit 637459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/us_enrichment_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run():
return

if not results:
print("No results found. This means the Smartykey is likely not valid.")
print("No results found. This means the Smartykey or address is likely not valid, or does not have data in this dataset")
return

top_result = results[0]
Expand Down

0 comments on commit 637459e

Please sign in to comment.