diff --git a/app/request.py b/app/request.py index 5cd76fa..6070e12 100644 --- a/app/request.py +++ b/app/request.py @@ -64,6 +64,10 @@ def send_tor_signal(signal: Signal) -> bool: os.environ['TOR_AVAILABLE'] = '1' except (SocketError, ConnectionRefusedError, ConnectionError): os.environ['TOR_AVAILABLE'] = '0' + print( + "Unable to authenticate with tor control port." + + "Tor will be unavailable." + ) return False