mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 17:05:16 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue