We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1147a commit b306226Copy full SHA for b306226
1 file changed
simplipy/account.py
@@ -20,7 +20,7 @@
20
21
# pylint: disable=protected-access
22
async def get_systems(
23
- email: str, password: str, websession: ClientSession) -> list:
+ email: str, password: str, websession: ClientSession) -> list:
24
"""Return a list of systems."""
25
account = SimpliSafe(websession)
26
await account._login(email, password)
0 commit comments