CSS selector filter (#73)

* Re #9 CSS Selector filtering,  Adding test for #9
This commit is contained in:
dgtlmoon
2021-05-30 21:22:26 +10:00
committed by GitHub
parent 1a0c3f1250
commit 2346b42ef2
6 changed files with 144 additions and 7 deletions

View File

@@ -61,7 +61,8 @@ class ChangeDetectionStore:
'headers': {}, # Extra headers to send
'history': {}, # Dict of timestamp and output stripped filename
'ignore_text': [], # List of text to ignore when calculating the comparison checksum
'notification_urls': [] # List of URLs to add to the notification Queue (Usually AppRise)
'notification_urls': [], # List of URLs to add to the notification Queue (Usually AppRise)
'css_filter': "",
}
if path.isfile('backend/source.txt'):