Fixing a typo

This commit is contained in:
Marat Fayzullin 2023-04-23 14:38:56 -04:00
parent 8d566f92cb
commit 8d2aa29598
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class FaxParser(ThreadModule):
# 256x4 palette follows the header
if headerSize>54:
self.colors = self.data[54:headerSize]
else
else:
self.colors = None
# Find mode name and time
modeName = "IOC-%d %dLPM" % (self.ioc, self.lpm)