From e8f07e5bcb21251f37660fc59e8b97f3280ca1a0 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Mon, 13 Jan 2014 21:12:24 -0500 Subject: [PATCH] RED isn't a member of ColorSSTV (anymore?) --- pysstv/color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysstv/color.py b/pysstv/color.py index 7aa20fb..00b8c2c 100644 --- a/pysstv/color.py +++ b/pysstv/color.py @@ -64,7 +64,7 @@ class ScottieS1(MartinM1): return [] def before_channel(self, index): - if index == ColorSSTV.RED: + if index == RED: for item in MartinM1.horizontal_sync(self): yield item yield FREQ_BLACK, self.INTER_CH_GAP