MCPcopy Index your code
hub / github.com/pyload/pyload / run_lightweight

Function run_lightweight

module/web/webinterface.py:141–142  ·  view source on GitHub ↗
(host="0.0.0.0", port="8000")

Source from the content-addressed store, hash-verified

139
140
141def run_lightweight(host="0.0.0.0", port="8000"):
142 run(app=web, host=host, port=port, quiet=True, server="bjoern")
143
144
145def run_threaded(host="0.0.0.0", port="8000", theads=3, cert="", key=""):

Callers

nothing calls this directly

Calls 1

runFunction · 0.90

Tested by

no test coverage detected