Fix disabled tor startup
This commit is contained in:
parent
10bab2b6e4
commit
b87ad9cd2f
2 changed files with 3 additions and 1 deletions
|
@ -59,6 +59,7 @@ class TorManager(object):
|
|||
self.proxy_port = int(self.proxy_port)
|
||||
|
||||
def start(self):
|
||||
self.log.debug("Starting (Tor: %s)" % config.tor)
|
||||
self.starting = True
|
||||
try:
|
||||
if not self.connect():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue