From 66cd5490210a620d50710ad0155d24c92a0ac06b Mon Sep 17 00:00:00 2001 From: Roel Date: Thu, 24 Apr 2014 17:18:08 +0200 Subject: [PATCH] savepoint, index timestamp werkt --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index b515c43..9e8839d 100755 --- a/main.py +++ b/main.py @@ -65,8 +65,10 @@ class Meshenger: if self.devices[device] > foreign_node_update: print 'Foreign node"s index is newer, proceed to download index' self.get_index(device, nodepath) + self.node_timestamp(device) print 'downloading messages' self.get_messages(device, nodepath) + #print 'updating own index' #self.build_index()