We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
only content-type application/json is allowed
1 parent 539734e commit 25897a1Copy full SHA for 25897a1
src/adguardhome/parental.py
@@ -33,7 +33,7 @@ async def enable(self) -> None:
33
"""
34
try:
35
await self.adguard.request(
36
- "parental/enable", method="POST", data="sensitivity=TEEN"
+ "parental/enable", method="POST"
37
)
38
except AdGuardHomeError as exception:
39
raise AdGuardHomeError(
0 commit comments