This commit is contained in:
MadcowOG 2022-05-05 10:51:16 -07:00
parent 251ef19666
commit bd333c42b3

View File

@ -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,