diff --git a/app/request.py b/app/request.py index e3ff951..8a73e6d 100644 --- a/app/request.py +++ b/app/request.py @@ -65,7 +65,7 @@ def send_tor_signal(signal: Signal) -> bool: return True except (SocketError, ConnectionRefusedError, ConnectionError): os.environ['TOR_AVAILABLE'] = '0' - + return False