Update scripts/channel_processor.py
Some checks are pending
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Waiting to run
Some checks are pending
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Waiting to run
This commit is contained in:
parent
14b50eebc5
commit
31807417a1
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
Loading…
Add table
Add a link
Reference in a new issue