config initialization
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user