This commit is contained in:
yumoqing 2025-05-06 17:35:51 +08:00
parent 9ad08bc745
commit 81fc51f2e1

View File

@ -235,7 +235,7 @@ class JsonHttpAPI:
ns1 = self.env.copy()
ns1.update(resp)
rets = self.te.renders(resptmpl, ns1)
ret = json.loads(rets))
ret = json.loads(rets)
return ret
if __name__ == '__main__':