Skip to content

Commit 1728cb2

Browse files
committed
CRAI finding and bump
1 parent 4ff90b8 commit 1728cb2

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
@@ -414,7 +414,7 @@ async def progress(self) -> dict[str, Any]:
414414
payload: dict[str, Any] = {}
415415

416416
return await self._request_json(
417-
"POST", self._download_progress_url, headers=request_headers, data=payload
417+
"POST", self._download_progress_url, headers=request_headers, json=payload
418418
)
419419

420420
async def download(self) -> dict[str, Any]:

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.4.0a1"
7+
version = "0.4.0a2"
88
license = "MIT"
99
description = "Ubiquiti airOS module(s) for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)