Skip to content

Commit

Permalink
Update module instantiation in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Jan 28, 2024
1 parent 11eb7b2 commit 6af11f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions controller/app/models/modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from .thymis import ThymisController, ThymisDevice

ALL_MODULES = [
Minio,
NodeRed,
ThymisController,
ThymisDevice,
Minio(),
NodeRed(),
ThymisController(),
ThymisDevice(),
]

0 comments on commit 6af11f2

Please sign in to comment.