mirror of
https://github.com/colaclanth/sstv.git
synced 2026-04-21 06:03:48 +00:00
Fixed typo
This commit is contained in:
parent
e54ab7c1a2
commit
6e21ffe6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class SSTVDecoder(object):
|
|||
|
||||
pixel_data[x, y] = pixel
|
||||
|
||||
if image.mode.COLOR != "RGB":
|
||||
if image.mode != "RGB":
|
||||
image = image.convert("RGB")
|
||||
|
||||
log_message("...Done!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue