savepoint, index timestamp werkt

This commit is contained in:
Roel 2014-04-24 17:18:08 +02:00
parent 078ca154ff
commit 66cd549021

View File

@ -65,8 +65,10 @@ class Meshenger:
if self.devices[device] > foreign_node_update: if self.devices[device] > foreign_node_update:
print 'Foreign node"s index is newer, proceed to download index' print 'Foreign node"s index is newer, proceed to download index'
self.get_index(device, nodepath) self.get_index(device, nodepath)
self.node_timestamp(device)
print 'downloading messages' print 'downloading messages'
self.get_messages(device, nodepath) self.get_messages(device, nodepath)
#print 'updating own index' #print 'updating own index'
#self.build_index() #self.build_index()