Skip to content

Commit 73620ee

Browse files
authored
Merge pull request #167 from natekspencer/dev
Fix LR4 subscribe request
2 parents 82f319e + 27308e5 commit 73620ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylitterbot/robot/litterrobot4.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,8 @@ async def send_subscribe_request(self, send_stop: bool = False) -> None:
624624
),
625625
"extensions": {
626626
"authorization": {
627-
"Authorization": await self._account.get_bearer_authorization()
627+
"Authorization": await self._account.get_bearer_authorization(),
628+
"host": "lr4.iothings.site",
628629
}
629630
},
630631
},

0 commit comments

Comments
 (0)