Update scripts/channel_processor.py
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Has been cancelled

This commit is contained in:
stoney420 2025-06-28 06:44:35 +02:00
parent 7c9d7b3bb8
commit 14b50eebc5

View file

@ -436,4 +436,4 @@ class ChannelProcessor:
shutil.copy2(file_path, backup_name) shutil.copy2(file_path, backup_name)
self.logger.info(f"Created backup: {backup_name}") self.logger.info(f"Created backup: {backup_name}")
except Exception as e: except Exception as e:
self.logger.warning(f"Could not create backup: {e}") self.logger.warning(f"Could not create backup: {e}")