This change is kind of pointless.

This commit is contained in:
MadcowOG 2022-05-05 23:08:42 -07:00
parent 82aee0448c
commit e2b160f37d

View File

@ -65,7 +65,7 @@ def send_tor_signal(signal: Signal) -> bool:
return True
except (SocketError, ConnectionRefusedError, ConnectionError):
os.environ['TOR_AVAILABLE'] = '0'
return False