MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / main

Function main

media/record_demo.py:353–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351
352
353def main() -> None:
354 server = start_server()
355 try:
356 record()
357 finally:
358 log("Stopping web server...")
359 server.terminate()
360 server.wait(timeout=5)
361 log("Done.")
362
363
364if __name__ == "__main__":

Callers 1

record_demo.pyFile · 0.70

Calls 3

start_serverFunction · 0.85
recordFunction · 0.85
logFunction · 0.85

Tested by

no test coverage detected