Skip to content

Commit

Permalink
Push to test
Browse files Browse the repository at this point in the history
  • Loading branch information
faanskit committed Jan 18, 2024
1 parent 773a00a commit 6346d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def main(show_details=False):
# Create the async class
async with CheckwattManager(username, password) as check_watt_instance:
try:
# Login to EnergyInBalance
# Login to EnergyInBalance and check kill switch
if await check_watt_instance.login():
# Fetch customer detail
await check_watt_instance.get_customer_details()
Expand Down

0 comments on commit 6346d25

Please sign in to comment.