sort by last changed

This commit is contained in:
Leigh Morresi
2021-01-27 19:09:37 +01:00
parent b931f457fd
commit c73b9efe9e
2 changed files with 4 additions and 1 deletions

View File

@@ -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'])