From bd333c42b3842d536948e11eb53b8c153e2ed4a2 Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Thu, 5 May 2022 10:51:16 -0700 Subject: [PATCH] Oops. --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index a720900..9c7aed5 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -149,7 +149,7 @@ app.jinja_env.globals.update( Session(app) # Attempt to acquire tor identity, to determine if Tor config is available -confloc=os.getenv('WHOOGLE_TOR_CONF') +confloc = os.getenv('WHOOGLE_TOR_CONF') if confloc is not None and os.path.isfile(confloc): send_tor_signal( Signal.HEARTBEAT,