Skip to content

Commit

Permalink
fix: remove extraneous kwarg product_type
Browse files Browse the repository at this point in the history
closes #235
  • Loading branch information
alandtse committed Oct 19, 2021
1 parent 05f1555 commit 8a986eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teslajsonpy/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ async def _get_and_process_energysite_data(energysite_id: Text) -> None:
"SITE_DATA",
path_vars={"site_id": energysite_id},
wake_if_asleep=wake_if_asleep,
product_type=TESLA_PRODUCT_TYPE_ENERGY_SITES,
)
except TeslaException:
data = None
Expand Down

0 comments on commit 8a986eb

Please sign in to comment.