chore: ruff format + fix

This commit is contained in:
2026-05-09 22:13:40 +02:00
parent 11229a3906
commit eb1eed852b
14 changed files with 117 additions and 74 deletions
@@ -27,7 +27,7 @@ class Command(BaseCommand):
api_key = SteamAPIKey.objects.filter(is_active=True).first()
if not api_key:
self.stderr.write(f"No API key defined! Aborting...")
self.stderr.write("No API key defined! Aborting...")
return
self.stdout.write(f"Using api key: {api_key}")