bugfix
This commit is contained in:
parent
064b30eb95
commit
27a3d91578
@ -178,7 +178,7 @@ class UAPI:
|
||||
if line.startswith(filter):
|
||||
line = line[len(filter):]
|
||||
if self.uapi.response:
|
||||
dic = json.loads(line.decode('utf-8')
|
||||
dic = json.loads(line.decode('utf-8'))
|
||||
line = self.rendertmpl(self.uapi.response, dic)
|
||||
yield line + '\n'
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user