From 62dca23c65d9e177e61d0850e8df5d33b220c23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 14:01:44 +0200 Subject: Default argument for 404 --- controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller.py') diff --git a/controller.py b/controller.py index 0cb2ea9..59f557d 100644 --- a/controller.py +++ b/controller.py @@ -30,7 +30,7 @@ class Redirect: else: raise web.Redirect(self.redirects[name], absolute = True) -def FourOhFour(page): +def FourOhFour(page="?"): """ 404 error page. """ -- cgit v1.2.3