mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Try different referer
This commit is contained in:
parent
25106c1b4a
commit
6bfb19a748
@ -121,7 +121,7 @@ class SslAesTransport(BaseTransport):
|
||||
self._headers = {
|
||||
**self.COMMON_HEADERS,
|
||||
"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._pwd_hash: str | None = None
|
||||
|
Loading…
Reference in New Issue
Block a user