Working version

- audio/video files support added
This commit is contained in:
2025-09-17 00:59:43 +03:00
parent 7291b148e5
commit 414cb4d38e
6 changed files with 85 additions and 42 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class UILogHandler(logging.Handler):
self.text_widget.see(tk.END)
# TODO: maybe some tqdm here, not in console?
# TODO: status should be here
def setup_ui_logger(text_widget: tk.Text, level=logging.INFO):
logger = logging.getLogger("UI_LOGGER")
logger.setLevel(level)