We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9699690 commit 05b11e1Copy full SHA for 05b11e1
pymyq/api.py
@@ -597,7 +597,7 @@ async def update_device_info(self, for_account: str = None) -> None:
597
# Request is for specific account, thus restrict retrieval to the 1 account.
598
if self.accounts.get(for_account) is None:
599
# Checking to ensure we know the account, but this should never happen.
600
- _LOGGER.debug(f"Unable to perform update request for account {account} as it is not known.")
+ _LOGGER.debug(f"Unable to perform update request for account {for_account} as it is not known.")
601
accounts = {}
602
else:
603
accounts = ({for_account: self.accounts.get(for_account)})
0 commit comments