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,