Remove 'last-changed' from url-watches.json and always calculate from history index (#835)

This commit is contained in:
dgtlmoon
2022-08-15 21:14:18 +02:00
committed by GitHub
parent 9942107016
commit 1c08d9f150
6 changed files with 20 additions and 20 deletions

View File

@@ -50,11 +50,6 @@ def main():
create_datastore_dir = False
for opt, arg in opts:
# if opt == '--clear-all-history':
# Remove history, the actual files you need to delete manually.
# for uuid, watch in datastore.data['watching'].items():
# watch.update({'history': {}, 'last_checked': 0, 'last_changed': 0, 'previous_md5': None})
if opt == '-s':
ssl_mode = True