Skip to content

Commit

Permalink
Add more start-up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Feb 1, 2021
1 parent 7b5e839 commit 0042ca0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backend/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ def __init__(self):
# 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):

Expand Down

0 comments on commit 0042ca0

Please sign in to comment.