Skip to content

Commit

Permalink
remove key
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjanssen committed Jun 14, 2023
1 parent 8f5a082 commit 957694a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ async def main() -> None:
"""Show example on using the Loqio client."""
async with Loqio(
scheme="http",
host="10.50.20.150",
port=31679,
api_token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoic21hcnRjaGFyZ2luZ0Bsb3Fpby5ubCIsImlzcyI6IkxvcWlvIFdlYkFwcCIsImV4cCI6MTcxNTYyNzYyMSwic3ViIjoiIiwiYXVkIjoiIn0.TOKwTlPdhvcVAgs-eNNRUD9wTtNnM4f1bvnVILIuLaE",
host="xxx",
port=12354,
api_token="xxx",
) as client:
# fmt: off
thermostats = await client.get_charge_points()
Expand Down

0 comments on commit 957694a

Please sign in to comment.