diff --git a/oxdbarchive/model.py b/oxdbarchive/model.py index 943db0e..4fd493e 100644 --- a/oxdbarchive/model.py +++ b/oxdbarchive/model.py @@ -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()