summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.py b/index.py
index aaf0f75..cb60a95 100755
--- a/index.py
+++ b/index.py
@@ -14,7 +14,7 @@ urls = (
"/const/add/?", controller.ConstAdd,
"/const/edit/(\d+)", controller.ConstEdit,
"/cat/?(/\d+)?", controller.Cat,
- "/(\d\d\d\d)/(\d\d)", controller.Show,
+ "/(\d\d\d\d)/(\d\d?)/?", controller.Show,
"/", controller.Show,
"/(.*)", controller.FourOhFour
)