MCPcopy Create free account
hub / github.com/tiny-pilot/tinypilot / main

Function main

app/main.py:123–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121
122
123def main():
124 socketio = socket_api.socketio
125 socketio.init_app(app)
126 socketio.run(app,
127 host=host,
128 port=port,
129 debug=debug,
130 use_reloader=use_reloader,
131 extra_files=find_files.all_frontend_files())
132
133
134if __name__ == '__main__':

Callers 1

main.pyFile · 0.70

Calls 1

runMethod · 0.80

Tested by

no test coverage detected