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}")