mirror of
https://github.com/bkerler/edl.git
synced 2024-11-28 02:15:40 -05:00
Fix issue on rawmode request
This commit is contained in:
parent
3cf600372b
commit
e5ec2caada
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue