fix auto_connect

This commit is contained in:
Jack 2016-07-20 22:13:22 -04:00
parent 89892042dd
commit 4311b218fb

View file

@ -924,7 +924,7 @@ class LBRYumWallet(LBRYWallet):
network_start_d = defer.Deferred()
def setup_network():
self.config = SimpleConfig()
self.config = SimpleConfig({'auto_connect': True})
self.network = Network(self.config)
alert.info("Loading the wallet...")
return defer.succeed(self.network.start())