bugfix
This commit is contained in:
parent
2d7c413ed9
commit
12f599ea21
@ -330,7 +330,7 @@ class ProcessorResource(AppLogger, StaticResource,Url2File):
|
|||||||
headers = {
|
headers = {
|
||||||
'Content-Type': 'text/html; utf-8',
|
'Content-Type': 'text/html; utf-8',
|
||||||
'Accept-Ranges': 'bytes',
|
'Accept-Ranges': 'bytes',
|
||||||
'Content-Length': str(len(utxt))
|
'Content-Length': str(len(txt))
|
||||||
}
|
}
|
||||||
resp = Response(text=txt,headers=headers)
|
resp = Response(text=txt,headers=headers)
|
||||||
return resp
|
return resp
|
||||||
|
Loading…
Reference in New Issue
Block a user