diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/lasso.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lasso.py b/python/lasso.py index 1a5eca98..f388e2b5 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -71,7 +71,7 @@ class Node: """ lassomod.node_destroy(self) - def dump(self, encoding="utf8", format=1): + def dump(self, encoding="utf8", format=0): """ Dumps the node. All datas in object are dumped in an XML format. |
