Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network-client
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-11-19 04:13:13 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-11-19 04:13:13 (GMT)
commit7299f0975b3efbd4007b6e2999722307d1393818 (patch)
treeba21922939140ebfca74d9dc4781ff884f3b9a2c /sugar-network-client
parent0124886e03e7c361859f8e1f4f5f3a0efa2dc87a (diff)
Fix remains of renamed props
Diffstat (limited to 'sugar-network-client')
-rwxr-xr-xsugar-network-client4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar-network-client b/sugar-network-client
index 08cc316..b8e14a0 100755
--- a/sugar-network-client
+++ b/sugar-network-client
@@ -149,10 +149,10 @@ class Application(application.Daemon):
def _sync(self, volume):
contexts = volume['context']
- docs, __ = contexts.find(limit=ad.MAX_LIMIT, keep_impl=[1, 2])
+ docs, __ = contexts.find(limit=ad.MAX_LIMIT, clone=[1, 2])
for context in docs:
if not clones.ensure_clones(context.guid):
- contexts.update(context.guid, keep_impl=0)
+ contexts.update(context.guid, clone=0)
# Let toolkit.http work in concurrence