From 4ad337b9654219f5a413d1bba74aa46b6286acd5 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Fri, 3 Apr 2020 16:35:27 +0200 Subject: [PATCH] Confusion entre modules et sous-modules --- src/risotto/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/risotto/controller.py b/src/risotto/controller.py index 2f6ca42..0b136d7 100644 --- a/src/risotto/controller.py +++ b/src/risotto/controller.py @@ -11,7 +11,7 @@ class Controller: """ def __init__(self, test: bool): - self.risotto_modules = services.get_modules_list() + self.risotto_modules = services.get_services_list() async def call(self, uri: str,