From 329c7620fb24c7685bd648918800d704d82f5d6d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 31 May 2022 22:04:35 +0200 Subject: [PATCH] Remove UK Covid news --- changedetectionio/store.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changedetectionio/store.py b/changedetectionio/store.py index 45d9a0a5..ddcf2453 100644 --- a/changedetectionio/store.py +++ b/changedetectionio/store.py @@ -87,8 +87,7 @@ class ChangeDetectionStore: self.add_watch(url='http://www.quotationspage.com/random.php', tag='test') self.add_watch(url='https://news.ycombinator.com/', tag='Tech news') - self.add_watch(url='https://www.gov.uk/coronavirus', tag='Covid') - self.add_watch(url='https://changedetection.io/CHANGELOG.txt') + self.add_watch(url='https://changedetection.io/CHANGELOG.txt', tag='changedetection.io') self.__data['version_tag'] = version_tag