diff --git a/appPublic/httpclient.py b/appPublic/httpclient.py index 2710c4e..1d890f9 100755 --- a/appPublic/httpclient.py +++ b/appPublic/httpclient.py @@ -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__':