mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
Primitive support for extra headers
This commit is contained in:
@@ -17,7 +17,8 @@ class ChangeDetectionStore:
|
||||
'last_checked': 0,
|
||||
'last_changed': 0,
|
||||
'title': None,
|
||||
'uuid': str(uuid.uuid4())
|
||||
'uuid': str(uuid.uuid4()),
|
||||
'headers' : {}
|
||||
}
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user