Skip to content

Commit 05b11e1

Browse files
committed
-) Fixed debug entry
1 parent 9699690 commit 05b11e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymyq/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ async def update_device_info(self, for_account: str = None) -> None:
597597
# Request is for specific account, thus restrict retrieval to the 1 account.
598598
if self.accounts.get(for_account) is None:
599599
# 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.")
600+
_LOGGER.debug(f"Unable to perform update request for account {for_account} as it is not known.")
601601
accounts = {}
602602
else:
603603
accounts = ({for_account: self.accounts.get(for_account)})

0 commit comments

Comments
 (0)