Small Typo.

This commit is contained in:
MadcowOG 2022-05-05 22:52:40 -07:00
parent b356fd5de7
commit d55ae38ef9

View File

@ -42,7 +42,7 @@ def send_tor_signal(signal: Signal) -> bool:
use_pass = read_config_bool('WHOOGLE_TOR_USE_PASS')
confloc = './misc/tor/control.conf'
# Check that the custom location of conf real.
# Check that the custom location of conf is real.
temp = os.getenv('WHOOGLE_TOR_CONF', '')
if os.path.isfile(temp):
confloc = temp