Remove coloredlogs and now unused log constants

This commit is contained in:
rlaphoenix
2023-02-25 11:46:03 +00:00
parent 77c16f557c
commit 8d626822cb
4 changed files with 2 additions and 54 deletions

View File

@@ -1,9 +1,5 @@
import logging
from typing import TypeVar, Union
LOG_FORMAT = "{asctime} [{levelname[0]}] {name} : {message}" # must be '{}' style
LOG_DATE_FORMAT = "%Y-%m-%d %H:%M:%S"
LOG_FORMATTER = logging.Formatter(LOG_FORMAT, LOG_DATE_FORMAT, "{")
DRM_SORT_MAP = ["ClearKey", "Widevine"]
LANGUAGE_MUX_MAP = {
# List of language tags that cannot be used by mkvmerge and need replacements.