diff --git a/edlclient/Library/firehose.py b/edlclient/Library/firehose.py index 49ac39d..26c1811 100755 --- a/edlclient/Library/firehose.py +++ b/edlclient/Library/firehose.py @@ -281,7 +281,7 @@ class firehose(metaclass=LogBase): if resp["rawmode"] == "false": if status: log = self.xml.getlog(rdata) - return response(resp=status, data=resp, log=log) + return response(resp=status, data=rdata, log=log) else: error = self.xml.getlog(rdata) return response(resp=status, error=error, data=resp, log=error)