From 71bc2fed82f51235aa63afe8713ced3c7151661c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 9 Oct 2022 14:06:07 +0200 Subject: [PATCH] Remove quotationspage default watch --- changedetectionio/store.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/changedetectionio/store.py b/changedetectionio/store.py index 4eb5dcd0..a0326e41 100644 --- a/changedetectionio/store.py +++ b/changedetectionio/store.py @@ -81,8 +81,6 @@ class ChangeDetectionStore: except (FileNotFoundError, json.decoder.JSONDecodeError): if include_default_watches: print("Creating JSON store at", self.datastore_path) - - 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://changedetection.io/CHANGELOG.txt', tag='changedetection.io')