Skip to content

Commit 04e60a2

Browse files
committed
Updated example
1 parent 881b719 commit 04e60a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ async def main() -> None:
1212
async with ClientSession() as websession:
1313
try:
1414
myq = await pymyq.login(
15-
'[email protected]', 'b6Q29b62iAFoBRC8EPYw', 'chamberlain',
16-
websession)
15+
'<EMAIL>', '<PASSWORD>', '<BRAND>', websession)
1716

1817
devices = await myq.get_devices()
1918
for idx, device in enumerate(devices):

0 commit comments

Comments
 (0)