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 6e97f54 commit 7ecde5cCopy full SHA for 7ecde5c
pkg/buttoninput.py
@@ -189,12 +189,12 @@ def __init__(self, verbose=False):
189
print("devices added: ", ", ".join (added))
190
print("devices removed: ", ", ".join (removed))
191
192
- if self.first_run == False:
193
- if added:
194
- self.send_pairing_prompt("A button input device connected")
+ if self.first_run == False:
+ if added:
+ self.send_pairing_prompt("A button input device connected")
195
196
- elif removed:
197
- self.send_pairing_prompt("A button input device disconnected")
+ elif removed:
+ self.send_pairing_prompt("A button input device disconnected")
198
199
self.first_run = False
200
0 commit comments