Skip to content

Commit

Permalink
Fix: 'Keyring' object has no attribute 'backbone' (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
milleroff authored Aug 13, 2022
1 parent c975b84 commit a77082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xknx/secure/keyring.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def decrypt_attributes(
class Keyring(AttributeReader):
"""Class for loading and decrypting knxkeys XML files."""

backbone: XMLBackbone
backbone: XMLBackbone | None = None
interfaces: list[XMLInterface]
group_addresses: list[XMLGroupAddress]
devices: list[XMLDevice]
Expand Down

0 comments on commit a77082e

Please sign in to comment.