fix(database): improve message template

- Fix syntax error in downloadAdded message template
This commit is contained in:
Attente
2025-05-05 23:14:58 +08:00
parent 74a6ee7066
commit 50bc865dd2
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ class TemplateContextBuilder:
"""
def __init__(self):
self.cache = TTLCache(maxsize=100, ttl=600)
self._context = {}
def build(