better initialisation of modules
This commit is contained in:
parent
d9ee163ad6
commit
20a8cb70e1
@ -41,9 +41,9 @@ class Launcher():
|
||||
self.dashboard_module = dashboard.main.DashBoard(host_ip="0.0.0.0", prst=self.persistence)
|
||||
|
||||
self.modules = {
|
||||
"clock" : self.clock_module,
|
||||
"bot" : self.bot_module,
|
||||
"dashboard" : self.dashboard_module,
|
||||
"clock" : self.clock_module,
|
||||
}
|
||||
|
||||
for module in self.modules.values():
|
||||
|
Loading…
x
Reference in New Issue
Block a user