From 14b50eebc54e8e4b1064dd83a752c8f3a845474c Mon Sep 17 00:00:00 2001 From: stoney420 Date: Sat, 28 Jun 2025 06:44:35 +0200 Subject: [PATCH] Update scripts/channel_processor.py --- scripts/channel_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/channel_processor.py b/scripts/channel_processor.py index 2298893..aee4d21 100644 --- a/scripts/channel_processor.py +++ b/scripts/channel_processor.py @@ -436,4 +436,4 @@ class ChannelProcessor: shutil.copy2(file_path, backup_name) self.logger.info(f"Created backup: {backup_name}") except Exception as e: - self.logger.warning(f"Could not create backup: {e}") \ No newline at end of file + self.logger.warning(f"Could not create backup: {e}")