Handle titles and links

This commit is contained in:
Leigh Morresi
2021-01-27 19:54:17 +01:00
parent 57fd3a7c3c
commit a4f1f6ab69
6 changed files with 25 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ class ChangeDetectionStore:
'tag': None,
'last_checked': 0,
'last_changed': 0,
'title': None,
'title': 'xxx',
'uuid': str(uuid.uuid4())
}