MCPcopy
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
23def get_config_log_html() -> bool:
24 return os.environ.get('LOG_HTML', 'false').lower() == 'true'
25
26
27def get_config_headless() -> bool:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected