Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sugar_network/client/routes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar_network/client/routes.py b/sugar_network/client/routes.py
index 10d82af..c344ab1 100644
--- a/sugar_network/client/routes.py
+++ b/sugar_network/client/routes.py
@@ -416,6 +416,8 @@ class CachedClientRoutes(ClientRoutes):
push(request, [[seqno, seqno]])
if not pushed_seq:
+ if not self._push_seq.mtime:
+ self._push_seq.commit()
self.broadcast({'event': 'push'})
return