config initialization
This commit is contained in:
parent
0d0d17e69e
commit
3d5a0018de
|
|
@ -73,6 +73,7 @@ class DiscordBotPlugin(PHALPlugin):
|
||||||
config_json = json.dumps(config)
|
config_json = json.dumps(config)
|
||||||
LOG.info(f"Configuration updated: %s", config_json)
|
LOG.info(f"Configuration updated: %s", config_json)
|
||||||
|
|
||||||
|
uninitialized_settings = []
|
||||||
if not configuration_api_key:
|
if not configuration_api_key:
|
||||||
uninitialized_settings.append("api_key")
|
uninitialized_settings.append("api_key")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue