Skip to content

Commit 5b02fcc

Browse files
committed
Functional stakick progress, version bump a3
1 parent fd65378 commit 5b02fcc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

airos/airos8.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ async def stakick(self, mac_address: str = None) -> bool:
228228
logger.error("Device mac-address missing")
229229
raise DataMissingError from None
230230

231+
self.session.cookie_jar.update_cookies({"ok": "1"})
232+
231233
# --- Step 2: Verify authenticated access by fetching status.cgi ---
232234
kick_request_headers = {**self._common_headers}
233235
if self.current_csrf_token:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "airos"
7-
version = "0.0.10a2"
7+
version = "0.0.10a3"
88
license = "MIT"
99
description = "Ubiquity airOS module(s) for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)