mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Merge branch 'dev' of https://github.com/bunkerity/bunkerweb into dev
This commit is contained in:
commit
e956e03ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Config(ConfigCaller):
|
|||
if not plugins:
|
||||
self.__logger.error("No plugins in database, can't update settings...")
|
||||
return
|
||||
self._settings = []
|
||||
self._settings = {}
|
||||
for plugin in plugins:
|
||||
self._settings.update(plugin["settings"])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue