feat(pry): phase 0 — split routers, add tests, apify schema, pry api key (#5)
This commit is contained in:
parent
dec3db9618
commit
8b52f14774
63 changed files with 11764 additions and 9818 deletions
1
cli.py
1
cli.py
|
|
@ -83,6 +83,7 @@ def _spinner(label: str):
|
|||
if stop:
|
||||
break
|
||||
print(f" {CYAN}{c}{NC} {label}... ", end="\r", flush=True)
|
||||
# CLI spinner runs in a daemon thread; sync sleep is acceptable here.
|
||||
time.sleep(0.1)
|
||||
|
||||
t = threading.Thread(target=_spin, daemon=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue