summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-28 14:01:24 +0300
committermakkalot <makkalot@gmail.com>2008-07-28 14:01:24 +0300
commit391a052ccedb1195290aceeea500fc6aea86afdb (patch)
tree84a761a80f9bf88b6b0ed55a94467f596af55cde /funcweb
parent31466ce1cf5b16316c7bbba0aab7aa4818423d77 (diff)
downloadfunc-391a052ccedb1195290aceeea500fc6aea86afdb.tar.gz
func-391a052ccedb1195290aceeea500fc6aea86afdb.tar.xz
func-391a052ccedb1195290aceeea500fc6aea86afdb.zip
fixing the refresh code for completed tasks
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/controllers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/controllers.py b/funcweb/funcweb/controllers.py
index 2f82e53..2bdbe80 100644
--- a/funcweb/funcweb/controllers.py
+++ b/funcweb/funcweb/controllers.py
@@ -308,7 +308,7 @@ class Funcweb(object):
#cleanup tha database firstly
purge_old_jobs()
self.async_manager = AsyncResultManager()
- self.async_manager.refresh_list()
+ self.async_manager.refresh_list()
#TODO reformat that returning string to be more elegant to display :)
return str(result)