Add more start-up examples

pull/1/head 0.2
Leigh Morresi 2021-02-01 10:24:29 +01:00
rodzic 7b5e839e3d
commit 0042ca08e1
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -72,11 +72,12 @@ class ChangeDetectionStore:
# First time ran, doesnt exist.
except (FileNotFoundError, json.decoder.JSONDecodeError):
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='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()
def update_watch(self, uuid, val, var):