mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 11:05:42 +00:00
Add more start-up examples
This commit is contained in:
@@ -72,9 +72,10 @@ class ChangeDetectionStore:
|
|||||||
# First time ran, doesnt exist.
|
# First time ran, doesnt exist.
|
||||||
except (FileNotFoundError, json.decoder.JSONDecodeError):
|
except (FileNotFoundError, json.decoder.JSONDecodeError):
|
||||||
print("Creating JSON store")
|
print("Creating JSON store")
|
||||||
|
|
||||||
self.add_watch(url='https://changedetection.io', tag='general')
|
|
||||||
self.add_watch(url='http://www.quotationspage.com/random.php', tag='test')
|
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', tag='Tech news')
|
||||||
|
|
||||||
|
|
||||||
# self.entryVariable.get()
|
# self.entryVariable.get()
|
||||||
|
|||||||
Reference in New Issue
Block a user