From b5c8fc4523039556152c5e49fe01a122103487d0 Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 15 Jun 2008 19:54:34 +0300 Subject: ah i forgot about that weird python behaviour :) --- funcweb/funcweb/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/controllers.py b/funcweb/funcweb/controllers.py index 8dba678..d53d01d 100644 --- a/funcweb/funcweb/controllers.py +++ b/funcweb/funcweb/controllers.py @@ -51,7 +51,7 @@ class Root(controllers.RootController): @expose(template="funcweb.templates.method_args") #@identity.require(identity.not_anonymous()) - def method_display(self,minion="*",module="service",method="reload"): + def method_display(self,minion=None,module=None,method=None): fc = Overlord(minion) method_args = getattr(fc,module).get_method_args() -- cgit