mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
sort by last changed
This commit is contained in:
@@ -13,7 +13,6 @@ class ChangeDetectionStore:
|
||||
try:
|
||||
with open('/datastore/url-watches.json') as json_file:
|
||||
self.data = json.load(json_file)
|
||||
self.data['watching'].reverse()
|
||||
for p in self.data['watching']:
|
||||
print("Watching:", p['url'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user