Fixed typo

This commit is contained in:
colaclanth 2019-07-16 07:58:16 +01:00
parent e54ab7c1a2
commit 6e21ffe6fc

View file

@ -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!")