From bd51c40ca481e7eec9811b86f9b88aab6a911be4 Mon Sep 17 00:00:00 2001 From: Moe Fwacky Date: Fri, 2 Apr 2021 23:41:58 -0700 Subject: [PATCH] fixed a bug with the commercial database update --- both-dir/PseudoChannel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/both-dir/PseudoChannel.py b/both-dir/PseudoChannel.py index 200f77d..69e04ea 100644 --- a/both-dir/PseudoChannel.py +++ b/both-dir/PseudoChannel.py @@ -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