aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/cloudflare/zones.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-02-15 16:20:39 +0000
committerGravatar Chris Lovering <[email protected]>2025-02-15 16:20:39 +0000
commitec080a3ae2a2e99e762c11a3e643e049de1239e9 (patch)
tree1f6a5829647a30c71bfecf85d6224315e867f881 /arthur/exts/cloudflare/zones.py
parentBump deps to latest (diff)
Format code to new ruff rules
Diffstat (limited to 'arthur/exts/cloudflare/zones.py')
-rw-r--r--arthur/exts/cloudflare/zones.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/cloudflare/zones.py b/arthur/exts/cloudflare/zones.py
index 6735f50..0cd2265 100644
--- a/arthur/exts/cloudflare/zones.py
+++ b/arthur/exts/cloudflare/zones.py
@@ -50,7 +50,7 @@ class ZonesView(discord.ui.View):
description_content = f"The cache for `{zone_name}` couldn't be cleared.\n"
if errors := purge_attempt_response["errors"]:
for error in errors:
- description_content += f"`{error["code"]}`: {error["message"]}\n"
+ description_content += f"`{error['code']}`: {error['message']}\n"
message = generate_error_message(description=description_content, emote=":x:")
self.disable_select()