1
0
Fork 0

Fixed typo

master
colaclanth 2019-07-16 07:58:16 +01:00
parent e54ab7c1a2
commit 6e21ffe6fc
1 changed files with 1 additions and 1 deletions

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