mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
In bundled Tor mode, wait 2 full seconds before connecting to the Tor controller
This commit is contained in:
parent
c875e923d2
commit
d3eeda887b
@ -205,7 +205,7 @@ class Onion(object):
|
||||
self.tor_proc = subprocess.Popen([self.tor_path, '-f', self.tor_torrc], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
|
||||
# Wait for the tor controller to start
|
||||
time.sleep(1)
|
||||
time.sleep(2)
|
||||
|
||||
# Connect to the controller
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user