frontend
This commit is contained in:
parent
cc27cdc29d
commit
f650112413
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class Archive(SQLObject):
|
||||||
- bootstrap send all files
|
- bootstrap send all files
|
||||||
- sync get list from frontend and remove/add those that are not in sync
|
- sync get list from frontend and remove/add those that are not in sync
|
||||||
'''
|
'''
|
||||||
def updateFrontned(self):
|
def updateFrontend(self):
|
||||||
for f in ArchiveFile.select(ArchiveFile.modified >= self.published):
|
for f in ArchiveFile.select(ArchiveFile.modified >= self.published):
|
||||||
self.notifyFrontend('add', f.md5sum)
|
self.notifyFrontend('add', f.md5sum)
|
||||||
self.published=datetime.now()
|
self.published=datetime.now()
|
||||||
|
|
Loading…
Reference in a new issue