Skip to content

Commit

Permalink
modules.admin: Added SystemController()
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Jun 21, 2024
1 parent 6b3cebe commit f63d421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
from .api_scenes import *
from .api_sched import *
from .api_services import *
from .api_system import *
from .api_threads import *

from .api_logics import *
Expand Down Expand Up @@ -426,6 +427,7 @@ def __init__(self, webif_dir, module, shng_url_root, url_root):
self.schedulers = SchedulersController(self.module)
self.server = ServerController(self.module)
self.services = ServicesController(self.module)
self.system = SystemController(self.module)
self.threads = ThreadsController(self.module)

return
Expand Down

0 comments on commit f63d421

Please sign in to comment.