mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 06:17:08 +00:00
Try different referer
This commit is contained in:
parent
25106c1b4a
commit
6bfb19a748
@ -121,7 +121,7 @@ class SslAesTransport(BaseTransport):
|
|||||||
self._headers = {
|
self._headers = {
|
||||||
**self.COMMON_HEADERS,
|
**self.COMMON_HEADERS,
|
||||||
"Host": self._host,
|
"Host": self._host,
|
||||||
"Referer": f"https://{self._host_port}?id={_md5_hash(uuid.uuid4().bytes)}",
|
"Referer": "https://127.0.1.1",
|
||||||
}
|
}
|
||||||
self._seq: int | None = None
|
self._seq: int | None = None
|
||||||
self._pwd_hash: str | None = None
|
self._pwd_hash: str | None = None
|
||||||
|
Loading…
Reference in New Issue
Block a user