MCPcopy Create free account
hub / github.com/danvk/webdiff / run_http

Function run_http

webdiff/app.py:278–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276
277
278def run_http():
279 threading.Timer(0.1, open_browser).start()
280 web.run_app(app, host=HOSTNAME, port=PORT, print=print if DEBUG else None)
281 logging.debug('http server shut down')
282
283
284def maybe_shutdown():

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected