diff options
author | 2024-07-05 14:26:56 +0100 | |
---|---|---|
committer | 2024-07-05 14:28:15 +0100 | |
commit | 8e270b2e9895211bcf0e19c3657f839cb123b8b6 (patch) | |
tree | 27673da5f3feeec3da657eabbcb6b220c304da68 /arthur/config.py | |
parent | Be more specific when describing the base url for the cat (diff) |
Add daily devops missions for added motivation
Diffstat (limited to 'arthur/config.py')
-rw-r--r-- | arthur/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/config.py b/arthur/config.py index 146db73..59014a8 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -18,6 +18,7 @@ class Config( prefixes: tuple[str, ...] = ("arthur ", "M-x ") cloudflare_token: pydantic.SecretStr + youtube_api_key: pydantic.SecretStr | None = None grafana_url: str = "https://grafana.pydis.wtf" grafana_token: pydantic.SecretStr github_token: pydantic.SecretStr |