From d55ae38ef90737e7c59098a846d51c2a2e4c8126 Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Thu, 5 May 2022 22:52:40 -0700 Subject: [PATCH] Small Typo. --- app/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/request.py b/app/request.py index 7cd8dc9..5b2beaf 100644 --- a/app/request.py +++ b/app/request.py @@ -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