Skip to content

Commit b3794dc

Browse files
committed
Fixed error
* custom_components/daikin_onecta/daikin_api.py:
1 parent f15b1a0 commit b3794dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/daikin_onecta/daikin_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def doBearerRequest(self, method, resourceUrl, options=None):
154154
+ " Url: "
155155
+ resourceUrl
156156
+ " Options: "
157-
+ str(optinons)
157+
+ str(options)
158158
)
159159

160160
async def getCloudDeviceDetails(self):

0 commit comments

Comments
 (0)