Skip to content

Commit

Permalink
Fix AttributeError (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jan 2, 2025
1 parent e8fdf2a commit e47aa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class _GetDevices(TypedDict):


class BluetoothAdapter:
adapter: Optional[InterfaceProxy]
adapter: Optional[InterfaceProxy] = None

def __init__(self, bus: SystemMessageBus, loop: asyncio.AbstractEventLoop,
bluetooth_devices: BluetoothDeviceRegistry, hid_devices: HIDDeviceRegistry):
Expand Down

0 comments on commit e47aa7f

Please sign in to comment.