Skip to content

Commit

Permalink
Update smoke-test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkonigsberg committed Dec 3, 2024
1 parent d283c40 commit 879ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/smoke-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():

# Usage and history
usage = client.info.get_usage()
print(f"Entity summary usage: {usage.usage.entity_summary}")
print(f"Entity summary usage: {usage.usage.entity}")

today = date.today()
history = client.info.get_history(
Expand Down

0 comments on commit 879ad1a

Please sign in to comment.