mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix(database): improve message template
- Fix syntax error in downloadAdded message template
This commit is contained in:
@@ -32,7 +32,6 @@ class TemplateContextBuilder:
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.cache = TTLCache(maxsize=100, ttl=600)
|
||||
self._context = {}
|
||||
|
||||
def build(
|
||||
|
||||
Reference in New Issue
Block a user