diff --git a/color.py b/color.py index 5116035..3ebb6b5 100644 --- a/color.py +++ b/color.py @@ -60,7 +60,7 @@ class ScottieS1(MartinM1): return [] def before_channel(self, index): - if index != ColorSSTV.RED: + if index == ColorSSTV.RED: for item in MartinM1.horizontal_sync(self): yield item yield FREQ_BLACK, self.INTER_CH_GAP