Skip to content

Commit dd2fb95

Browse files
committed
Functional stakick progress, version bump a1
1 parent c30bffc commit dd2fb95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airos/airos8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ async def stakick(self, mac_address: str = None) -> bool:
252252
if response.status == 200:
253253
return True
254254
response_text = await response.text()
255-
log = f"Unable to restart connection response status {response.status} with {response_text}"
255+
log = f"Unable to restart connection response status {response.status} with {response_text} called with payload {post_data}"
256256
logger.error(log)
257257
return False
258258
except (

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.10a0"
7+
version = "0.0.10a1"
88
license = "MIT"
99
description = "Ubiquity airOS module(s) for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)