diff options
Diffstat (limited to 'arthur/config.py')
| -rw-r--r-- | arthur/config.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/config.py b/arthur/config.py index 80e4825..db92ad7 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -17,7 +17,7 @@ class Config(      token: pydantic.SecretStr      prefixes: tuple[str, ...] = ("arthur ", "M-x ") -    cloudflare_token: pydantic.SecretStr +    cloudflare_token: pydantic.SecretStr | None = None      youtube_api_key: pydantic.SecretStr | None = None      grafana_url: str = "https://grafana.pydis.wtf"      grafana_token: pydantic.SecretStr  |