summaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-12-05 23:05:25 -0800
committerMicah Lee <micah@micahflee.com>2018-12-05 23:05:25 -0800
commit300434e5ec452a5c622419a929694f698a83414c (patch)
treed370047400838d20e7383ca995abdb4a1609376a /onionshare
parent16e301af8d42c7a911539ed0945db2c6918063de (diff)
downloadonionshare-300434e5ec452a5c622419a929694f698a83414c.tar.gz
onionshare-300434e5ec452a5c622419a929694f698a83414c.zip
Update settings dialog tests to use an OnionStub instead of an Onion, and test different states of tor (authenticate and not, supports v3 and not)
Diffstat (limited to 'onionshare')
-rw-r--r--onionshare/onion.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/onionshare/onion.py b/onionshare/onion.py
index 3aeffe91..3d7b4514 100644
--- a/onionshare/onion.py
+++ b/onionshare/onion.py
@@ -146,6 +146,9 @@ class Onion(object):
# The tor process
self.tor_proc = None
+ # The Tor controller
+ self.c = None
+
# Start out not connected to Tor
self.connected_to_tor = False