MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / _worker

Function _worker

Scripts/Developer Base/Free Internet.py:2087–2089  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2085
2086def delayed_open(url: str, delay: float = 0.8) -> None:
2087 def _worker():
2088 time.sleep(delay)
2089 open_in_browser(url)
2090 threading.Thread(target=_worker, daemon=True).start()
2091
2092

Callers

nothing calls this directly

Calls 1

open_in_browserFunction · 0.70

Tested by

no test coverage detected