aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/grafana/team_sync.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-05 14:30:41 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-05 14:30:41 +0100
commit49edd2919925b13c0a5ad092f88499951d966c70 (patch)
treead4b758e535f56e075d24d8da3e1ec2b61a49a4e /arthur/exts/grafana/team_sync.py
parentAdd daily devops missions for added motivation (diff)
Bump ruff target version to 3.12
Diffstat (limited to 'arthur/exts/grafana/team_sync.py')
-rw-r--r--arthur/exts/grafana/team_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/grafana/team_sync.py b/arthur/exts/grafana/team_sync.py
index 20e059e..93d62c0 100644
--- a/arthur/exts/grafana/team_sync.py
+++ b/arthur/exts/grafana/team_sync.py
@@ -128,7 +128,7 @@ class GrafanaTeamSync(commands.Cog):
colour=discord.Colour.blue(),
)
for team in grafana_teams:
- logger.debug(f"Processing {team['name']}")
+ logger.debug(f"Processing {team["name"]}")
try:
figures = await self._sync_teams(team)
except aiohttp.ClientResponseError as e: