Апдейт

This commit is contained in:
2025-01-29 00:24:44 +03:00
parent 10f2a552e3
commit ece1b2e927
3 changed files with 54 additions and 43 deletions

View File

@ -13,3 +13,5 @@ def configure_logging():
datefmt=DATE_FORMAT,
handlers=[RichHandler(show_time=False, rich_tracebacks=True)],
)
logging.getLogger('ffmpeg').setLevel(logging.ERROR)