Fixing a typo.

This commit is contained in:
Marat Fayzullin 2023-05-05 23:06:33 -04:00
parent 428e7a6044
commit 7d590a3f03
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class FaxParser(ThreadModule):
"width": self.width,
"height": self.height,
"depth": self.depth,
"rle": false,
"rle": False,
"pixels": base64.b64encode(self.data[0:w*b]).decode(),
}
# If we reached the end of frame, finish scan