|
|
@ -81,8 +81,6 @@ class ChangeDetectionStore:
|
|
|
|
except (FileNotFoundError, json.decoder.JSONDecodeError):
|
|
|
|
except (FileNotFoundError, json.decoder.JSONDecodeError):
|
|
|
|
if include_default_watches:
|
|
|
|
if include_default_watches:
|
|
|
|
print("Creating JSON store at", self.datastore_path)
|
|
|
|
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://news.ycombinator.com/', tag='Tech news')
|
|
|
|
self.add_watch(url='https://changedetection.io/CHANGELOG.txt', tag='changedetection.io')
|
|
|
|
self.add_watch(url='https://changedetection.io/CHANGELOG.txt', tag='changedetection.io')
|
|
|
|
|
|
|
|
|
|
|
|