Wait a bit longer before attempting to connect to the Tor controller

This commit is contained in:
Miguel Jacq 2017-05-19 09:45:54 +10:00
parent 6b41441706
commit ec82f06394

View File

@ -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: