kete: quit after a successful pairing

pull/15/head
Peter Hutterer 2018-01-23 14:20:37 +10:00
parent 08ab047d0a
commit d9459ef3f9
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ class TuhiKeteDevice(_DBusObject):
if d.address == self.address:
self.is_pairing = False
print('{}: Pairing successful'.format(self))
self.manager.quit()
class TuhiKeteManager(_DBusObject):