Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
    * custom_components/daikin_onecta/daikin_api.py:
  • Loading branch information
jwillemsen committed Nov 13, 2024
1 parent f15b1a0 commit b3794dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/daikin_onecta/daikin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async def doBearerRequest(self, method, resourceUrl, options=None):
+ " Url: "
+ resourceUrl
+ " Options: "
+ str(optinons)
+ str(options)
)

async def getCloudDeviceDetails(self):
Expand Down

0 comments on commit b3794dc

Please sign in to comment.