Skip to content

Commit 839c2fd

Browse files
committed
Functional stakick progress, version bump a2
1 parent dd2fb95 commit 839c2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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} called with payload {post_data}"
255+
log = f"Unable to restart connection response status {response.status} with {response_text} called with payload {post_data} with headers {kick_request_headers} and url {self._stakick_cgi_url}"
256256
logger.error(log)
257257
return False
258258
except (

0 commit comments

Comments
 (0)