Skip to content

Commit

Permalink
Update async_get_entities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandMoff100 authored Nov 25, 2022
1 parent bf07f57 commit 7546a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async_get_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

async def main():
# Initialize main object
client = Client(url, token)
client = Client(url, token, use_async=True)
# Uses async context manager to ping the server and initialize caching.
async with client:
# All async methods are prefixed with `async_`.
Expand Down

0 comments on commit 7546a26

Please sign in to comment.