Add worker completion log

This commit is contained in:
hbrain 2026-05-27 09:45:28 +00:00
parent e1f7c7b019
commit 7523c18d87

View file

@ -8,6 +8,7 @@ and publishes generated MP4 files back to the web machine's out-dir.
from __future__ import annotations
import argparse
import logging
import hashlib
import json
import os
@ -344,4 +345,5 @@ def main() -> int:
if __name__ == "__main__":
logging.info('Worker finished.')
raise SystemExit(main())