Fixing a bug in the fax parser.

This commit is contained in:
Marat Fayzullin 2023-04-26 16:50:31 -04:00
parent 07a216e547
commit 0522f474d7
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class FaxParser(ThreadModule):
msg
))
# If not running as a service, compose result
if not service:
if not self.service:
out = {
"mode": "Fax",
"message": msg,