Oops.
This commit is contained in:
parent
251ef19666
commit
bd333c42b3
|
@ -149,7 +149,7 @@ app.jinja_env.globals.update(
|
||||||
Session(app)
|
Session(app)
|
||||||
|
|
||||||
# Attempt to acquire tor identity, to determine if Tor config is available
|
# 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):
|
if confloc is not None and os.path.isfile(confloc):
|
||||||
send_tor_signal(
|
send_tor_signal(
|
||||||
Signal.HEARTBEAT,
|
Signal.HEARTBEAT,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user