From d654b14fa68a16c9c02646d0f7cb4c6c62217900 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 11 Mar 2013 10:28:12 +0100 Subject: [PATCH] no 'ts' anymore, use timestamp --- engine/manifoldquery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/manifoldquery.py b/engine/manifoldquery.py index 8e25ed9e..332309b2 100644 --- a/engine/manifoldquery.py +++ b/engine/manifoldquery.py @@ -51,7 +51,7 @@ class ManifoldQuery: # xxx # this should build an object from a dict as received from javascript # to see an example just look at the server's output - # incoming POST + # incoming POST def fill_from_dict (self, d): for key in d.keys(): for arg in ['action', 'method', 'filters', 'fields', 'timestamp', 'params']: -- 2.43.0