From 4300896cc205a72ea2973a670186f4029b6bfde3 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 19 Aug 2024 12:07:19 +0100 Subject: Allow loading the bot without a grafana_token set --- arthur/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/config.py') diff --git a/arthur/config.py b/arthur/config.py index db92ad7..b1b1f2a 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -20,7 +20,7 @@ class Config( cloudflare_token: pydantic.SecretStr | None = None youtube_api_key: pydantic.SecretStr | None = None grafana_url: str = "https://grafana.pydis.wtf" - grafana_token: pydantic.SecretStr + grafana_token: pydantic.SecretStr | None = None github_token: pydantic.SecretStr github_org: str = "python-discord" -- cgit v1.2.3