Fix stuck starting when tor client is already running

This commit is contained in:
shortcutme 2019-01-20 16:51:13 +01:00
parent bffe6e7a32
commit 00972f5d73
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -211,6 +211,7 @@ class TorManager(object):
self.setStatus(u"Connected (%s)" % res_auth)
self.event_started.set(True)
self.starting = False
self.connecting = False
self.conn = conn
except Exception, err: