remove debug

This commit is contained in:
Leigh Morresi
2021-01-27 19:57:31 +01:00
parent a4f1f6ab69
commit eb2791da42

View File

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