From bc247c6fdeacc1db6a82cc11d6cf20474f75fd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 30 May 2013 21:10:38 +0200 Subject: [PATCH] corrected Scottie HSYNC condition --- color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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