diff --git a/core/services/networking/tor_tools/bootstrap.py b/core/services/networking/tor_tools/bootstrap.py index 5c91c4c..e86c11a 100644 --- a/core/services/networking/tor_tools/bootstrap.py +++ b/core/services/networking/tor_tools/bootstrap.py @@ -63,6 +63,7 @@ def bootstrap( # ===== Setup Variables ===== attempt = 0 current_port = port + use_new_folder = False # ===== Retry Loop ===== while attempt < max_attempts: @@ -163,8 +164,6 @@ def _attempt_single_bootstrap( # Register cleanup hook once atexit.register(_cleanup_on_exit) - logger.info("Ran the command") - # Call monitor (will be threaded internally) success, error_output = monitor_bootstrap_progress( _tor_process, observer, timeout_seconds=60