Codestyle fix.

This commit is contained in:
MadcowOG 2022-05-03 20:56:49 -07:00
parent ad8c4b93de
commit 135e062b12

View File

@ -49,7 +49,7 @@ def send_tor_signal(signal: Signal) -> bool:
c.signal(signal)
os.environ['TOR_AVAILABLE'] = '1'
return True
except (SocketError, ConnectionRefusedError, ConnectionError,
except (SocketError, ConnectionRefusedError, ConnectionError,
FileNotFoundError):
# If password doesn't work try with cookie.
try: