Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlareSolverr/FlareSolverr
/ get_config_log_html
Function
get_config_log_html
src/utils.py:23–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
23
def
get_config_log_html() -> bool:
24
return
os.environ.get(
'LOG_HTML'
,
'false'
).lower() ==
'true'
25
26
27
def
get_config_headless() -> bool:
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected