savepoint, index timestamp werkt
This commit is contained in:
parent
078ca154ff
commit
66cd549021
2
main.py
2
main.py
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user