Skip to content

Commit

Permalink
Merge pull request #167 from natekspencer/dev
Browse files Browse the repository at this point in the history
Fix LR4 subscribe request
  • Loading branch information
natekspencer authored Aug 14, 2023
2 parents 82f319e + 27308e5 commit 73620ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylitterbot/robot/litterrobot4.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,8 @@ async def send_subscribe_request(self, send_stop: bool = False) -> None:
),
"extensions": {
"authorization": {
"Authorization": await self._account.get_bearer_authorization()
"Authorization": await self._account.get_bearer_authorization(),
"host": "lr4.iothings.site",
}
},
},
Expand Down

0 comments on commit 73620ee

Please sign in to comment.