Codex Bot
Deploy FastAPI face swap Docker app
05a3220
raw
history blame contribute delete
95 Bytes
def update_status(message: str, scope: str = "DLC") -> None:
print(f"[{scope}] {message}")