aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/route_manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/route_manager.py')
-rw-r--r--pysite/route_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/route_manager.py b/pysite/route_manager.py
index 6f973767..ddd969d7 100644
--- a/pysite/route_manager.py
+++ b/pysite/route_manager.py
@@ -71,5 +71,5 @@ class RouteManager:
cls is not APIView and
BaseView in cls.__mro__
):
- cls.setup(blueprint)
+ cls.setup(self, blueprint)
print(f">> View loaded: {cls.name: <15} ({module.__name__}.{cls_name})")