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

Function run_simple

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

Source from the content-addressed store, hash-verified

135import api_app
136
137def run_simple(host="0.0.0.0", port="8000"):
138 run(app=web, host=host, port=port, quiet=True)
139
140
141def run_lightweight(host="0.0.0.0", port="8000"):

Callers

nothing calls this directly

Calls 1

runFunction · 0.90

Tested by

no test coverage detected