summaryrefslogtreecommitdiff
path: root/routes/mapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'routes/mapper.py')
-rw-r--r--routes/mapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/mapper.py b/routes/mapper.py
index 0f7a2e8..3de0cfe 100644
--- a/routes/mapper.py
+++ b/routes/mapper.py
@@ -493,7 +493,7 @@ class Mapper(SubMapperParent):
self.connect(route.name,
routepath,
conditions=route.conditions,
- **route._kargs,
+ **route._kargs
)
def make_route(self, *args, **kargs):