mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-15 02:16:32 -04:00
Wait a bit longer before attempting to connect to the Tor controller
This commit is contained in:
parent
6b41441706
commit
ec82f06394
@ -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(0.2)
|
||||
time.sleep(1)
|
||||
|
||||
# Connect to the controller
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user