1
0
Fork 0

Changed constant to var

master
colaclanth 2019-07-22 17:41:54 +01:00
parent 57d4f382be
commit c2310bd6e6
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class SSTVDecoder(object):
image_data[line][chan][px] = calc_lum(freq)
progress_bar(line, self.mode.LINE_COUNT - 1, "Decoding image... ")
progress_bar(line, height - 1, "Decoding image...")
return image_data