Small Typo.
This commit is contained in:
parent
b356fd5de7
commit
d55ae38ef9
|
@ -42,7 +42,7 @@ def send_tor_signal(signal: Signal) -> bool:
|
||||||
use_pass = read_config_bool('WHOOGLE_TOR_USE_PASS')
|
use_pass = read_config_bool('WHOOGLE_TOR_USE_PASS')
|
||||||
|
|
||||||
confloc = './misc/tor/control.conf'
|
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', '')
|
temp = os.getenv('WHOOGLE_TOR_CONF', '')
|
||||||
if os.path.isfile(temp):
|
if os.path.isfile(temp):
|
||||||
confloc = temp
|
confloc = temp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user