mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-20 10:13:39 +00:00
Altered SQL for removing daily_schedule data before adding newly generated data.
This commit is contained in:
@@ -588,6 +588,8 @@ class PseudoChannel():
|
||||
|
||||
print("#### Generating Daily Schedule")
|
||||
|
||||
logging.info("##### Dropping previous daily_schedule database")
|
||||
|
||||
if self.USING_COMMERCIAL_INJECTION:
|
||||
self.commercials = PseudoChannelCommercial(
|
||||
self.db.get_commercials(),
|
||||
|
||||
Reference in New Issue
Block a user