Primitive support for extra headers

This commit is contained in:
Leigh Morresi
2021-01-27 20:09:40 +01:00
parent eb2791da42
commit f455f14efd
2 changed files with 7 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ class ChangeDetectionStore:
'last_checked': 0,
'last_changed': 0,
'title': None,
'uuid': str(uuid.uuid4())
'uuid': str(uuid.uuid4()),
'headers' : {}
}
try: