mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-21 18:53:42 +00:00
fixed a bug with the commercial database update
This commit is contained in:
@@ -641,8 +641,8 @@ class PseudoChannel():
|
||||
self.db.create_daily_schedule_table()
|
||||
|
||||
if self.USING_COMMERCIAL_INJECTION:
|
||||
print("NOTICE: Getting Commercials List from Database")
|
||||
self.commercials = PseudoChannelCommercial(
|
||||
print("NOTICE: Getting Commercials List from Database")
|
||||
self.db.get_commercials(),
|
||||
self.COMMERCIAL_PADDING_IN_SECONDS,
|
||||
self.USE_DIRTY_GAP_FIX
|
||||
|
||||
Reference in New Issue
Block a user