Confusion entre modules et sous-modules

This commit is contained in:
Benjamin Bohard 2020-04-03 16:35:27 +02:00
parent b182010bad
commit 4ad337b965
1 changed files with 1 additions and 1 deletions

View File

@ -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,