Fix stuck starting when tor client is already running
This commit is contained in:
parent
bffe6e7a32
commit
00972f5d73
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ class TorManager(object):
|
||||||
|
|
||||||
self.setStatus(u"Connected (%s)" % res_auth)
|
self.setStatus(u"Connected (%s)" % res_auth)
|
||||||
self.event_started.set(True)
|
self.event_started.set(True)
|
||||||
|
self.starting = False
|
||||||
self.connecting = False
|
self.connecting = False
|
||||||
self.conn = conn
|
self.conn = conn
|
||||||
except Exception, err:
|
except Exception, err:
|
||||||
|
|
Loading…
Reference in a new issue