mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
Store a history of changes, used for future lookup/diff/explore changes UI
This commit is contained in:
@@ -18,7 +18,8 @@ class ChangeDetectionStore:
|
||||
'last_changed': 0,
|
||||
'title': None,
|
||||
'uuid': str(uuid.uuid4()),
|
||||
'headers' : {}
|
||||
'headers' : {}, # Extra headers to send
|
||||
'history' : {} # Dict of timestamp and output stripped filename
|
||||
}
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user