From 31807417a1c182bc4ca78dea7062d73a1e827e4b Mon Sep 17 00:00:00 2001 From: stoney420 Date: Sat, 28 Jun 2025 06:47:07 +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 aee4d21..2298893 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}") + self.logger.warning(f"Could not create backup: {e}") \ No newline at end of file