Fixing a bug in the fax parser.
This commit is contained in:
parent
07a216e547
commit
0522f474d7
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue