Forgot to add starboard to the conf defaults
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s

This commit is contained in:
Nexus 2024-05-05 02:33:18 +01:00
parent d3a8d4fa7e
commit ef45712aa8
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -43,6 +43,7 @@ CONFIG.setdefault("responder", {})
CONFIG.setdefault("network", {}) CONFIG.setdefault("network", {})
CONFIG.setdefault("quote_a", {"channel": None}) CONFIG.setdefault("quote_a", {"channel": None})
CONFIG.setdefault("redis", {"host": "redis", "port": 6379, "decode_responses": True}) CONFIG.setdefault("redis", {"host": "redis", "port": 6379, "decode_responses": True})
CONFIG.setdefault("starboard", {})
if CONFIG["redis"].pop("db", None) is not None: if CONFIG["redis"].pop("db", None) is not None:
log.warning("`redis.db` cannot be manually specified, each cog that uses redis has its own db value! Value ignored") log.warning("`redis.db` cannot be manually specified, each cog that uses redis has its own db value! Value ignored")