mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
Merge pull request #5 from CodeBlock/patch-1
RED isn't a member of ColorSSTV since 105fa7b
This commit is contained in:
commit
2e8148b029
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue