this repo has no description
0
fork

Configure Feed

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

feeds/rapidfire.py: drop ASCII check

-1
-1
feeds/rapidfire.py
··· 32 32 33 33 if all([ 34 34 len(record['text']) <= MAX_TEXT_LENGTH, 35 - all(0x20 <= ord(c) <= 0x7e for c in record['text']), 36 35 record.get('reply') is None, 37 36 record.get('embed') is None, 38 37 record.get('facets') is None