hw plugins: (cleanup) Plugin objects should not have a Client field
Clients are per-connected-device, plugins are ~singletons. These were mostly remnants of old code.
This commit is contained in:
@@ -661,7 +661,6 @@ class DigitalBitboxPlugin(HW_PluginBase):
|
||||
|
||||
libraries_available = DIGIBOX
|
||||
keystore_class = DigitalBitbox_KeyStore
|
||||
client = None
|
||||
DEVICE_IDS = [
|
||||
(0x03eb, 0x2402) # Digital Bitbox
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user