MCPcopy Create free account
hub / github.com/Hieromon/AutoConnect / run

Function run

src/updateserver/python3/updateserver.py:160–162  ·  view source on GitHub ↗
(port=8000, bind='127.0.0.1', catalog_dir='', log_level=logging.INFO)

Source from the content-addressed store, hash-verified

158
159
160def run(port=8000, bind='127.0.0.1', catalog_dir='', log_level=logging.INFO):
161 logging.basicConfig(level=log_level)
162 UpdateHttpServer(port, bind, catalog_dir)
163
164
165if __name__ == "__main__":

Callers 1

updateserver.pyFile · 0.70

Calls 1

UpdateHttpServerClass · 0.70

Tested by

no test coverage detected