From 8677b65cc8ce3086aedcc92dfec293698b0f0685 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 27 Nov 2022 15:56:22 +0100 Subject: [PATCH] oops --- changedetectionio/model/Watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/model/Watch.py b/changedetectionio/model/Watch.py index 5dc5d0fc..7c0ad045 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -93,7 +93,7 @@ class model(dict): @property def link(self): url = self.get('url', '') - ready_url = '' + ready_url = url if '{%' in url or '{{' in url: from jinja2 import Environment # Jinja2 available in URLs along with https://pypi.org/project/jinja2-time/