MCPcopy
hub / github.com/pyload/pyload / run_fcgi

Function run_fcgi

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

Source from the content-addressed store, hash-verified

157
158
159def run_fcgi(host="0.0.0.0", port="8000"):
160 from bottle import FlupFCGIServer
161
162 run(app=web, host=host, port=port, server=FlupFCGIServer, quiet=True)
163
164
165if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

runFunction · 0.90

Tested by

no test coverage detected