[ci skip] add newlines
This commit is contained in:
parent
4d52a33ee5
commit
98d02b3fce
2 changed files with 2 additions and 2 deletions
|
@ -253,4 +253,4 @@ class ClientProtocolFactory(ClientFactory):
|
||||||
p = self.protocol()
|
p = self.protocol()
|
||||||
p.factory = self
|
p.factory = self
|
||||||
self.p = p
|
self.p = p
|
||||||
return p
|
return p
|
||||||
|
|
|
@ -189,4 +189,4 @@ class ConnectionManager(object):
|
||||||
d.addCallback(pick_best_peer)
|
d.addCallback(pick_best_peer)
|
||||||
d.addCallback(self._connect_to_peer)
|
d.addCallback(self._connect_to_peer)
|
||||||
|
|
||||||
self._next_manage_call = reactor.callLater(1, self._manage)
|
self._next_manage_call = reactor.callLater(1, self._manage)
|
||||||
|
|
Loading…
Reference in a new issue