diff options
author | 2024-05-14 02:56:35 +0100 | |
---|---|---|
committer | 2024-05-14 02:56:35 +0100 | |
commit | 8f98046c3c307a40489f4130bd0afe14799e7697 (patch) | |
tree | 4e9041115b6ab32654b6ac71ded14d83440dcc4f | |
parent | Warn when the max number of members per page is returned by Github's API. (diff) |
Update Grafana URL
-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 c50e80f..146db73 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -18,7 +18,7 @@ class Config( prefixes: tuple[str, ...] = ("arthur ", "M-x ") cloudflare_token: pydantic.SecretStr - grafana_url: str = "https://grafana.pythondiscord.com" + grafana_url: str = "https://grafana.pydis.wtf" grafana_token: pydantic.SecretStr github_token: pydantic.SecretStr github_org: str = "python-discord" |