From f650112413ebfeffbc558fc68d581899343c5ff1 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 1 Jun 2008 14:38:07 +0200 Subject: [PATCH] frontend --- oxdbarchive/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()