this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(sdw): text may not exist

+1 -1
+1 -1
feeds/sevendirtywords.py
··· 40 40 record.get('reply') is None, 41 41 record.get('embed') is None, 42 42 record.get('facets') is None, 43 - SDW_REGEX.search(record['text']) is not None, 43 + SDW_REGEX.search(record.get('text', '')) is not None, 44 44 ] 45 45 46 46 if not all(conds):