We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a23fc1 commit 6c6096eCopy full SHA for 6c6096e
1 file changed
pymyq/api.py
@@ -549,7 +549,6 @@ async def update_device_info(self) -> None:
549
return
550
551
for account in accounts:
552
- print(account)
553
account_id = account.get("id")
554
if account_id is not None:
555
if self.accounts.get(account_id):
0 commit comments