aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-05-14 02:56:35 +0100
committerGravatar GitHub <[email protected]>2024-05-14 02:56:35 +0100
commit8f98046c3c307a40489f4130bd0afe14799e7697 (patch)
tree4e9041115b6ab32654b6ac71ded14d83440dcc4f
parentWarn when the max number of members per page is returned by Github's API. (diff)
Update Grafana URL
-rw-r--r--arthur/config.py2
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"