mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 18:56:41 +00:00
add a missing up-call in introducer.startService()
This commit is contained in:
parent
03e9b0d4d7
commit
92395125fa
@ -43,6 +43,7 @@ class IntroducerClient(service.Service, Referenceable):
|
||||
self.connection_observers = observer.ObserverList()
|
||||
|
||||
def startService(self):
|
||||
service.Service.startService(self)
|
||||
self.introducer_reconnector = self.tub.connectTo(self.introducer_furl,
|
||||
self._got_introducer)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user