From 7d590a3f03abb6a0063d502d24ff59dbd876114d Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Fri, 5 May 2023 23:06:33 -0400 Subject: [PATCH] Fixing a typo. --- owrx/fax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/fax.py b/owrx/fax.py index ffde0cc8..67ebe395 100644 --- a/owrx/fax.py +++ b/owrx/fax.py @@ -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