This commit is contained in:
j 2008-06-01 14:38:07 +02:00
parent cc27cdc29d
commit f650112413
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class Archive(SQLObject):
- bootstrap send all files
- 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):
self.notifyFrontend('add', f.md5sum)
self.published=datetime.now()