From 1456f831f6f3f7958962f82556f7963658344d61 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Tue, 9 Jun 2020 23:48:03 +1000 Subject: [PATCH] check-guide-data: ignore more channels --- check-guide-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-guide-data b/check-guide-data index 5db1b1c..2dd2c37 100755 --- a/check-guide-data +++ b/check-guide-data @@ -9,7 +9,7 @@ from left join program p on c.chanid = p.chanid where - c.name not in ('TVSN', 'SpreeTV', '9Life', 'eXtra') + c.name not in ('TVSN', 'SpreeTV', '9Life', 'eXtra', '7food', 'NITV') group by c.channum having -- 2.39.2