mirror of
https://github.com/thewesker/allanxaesthetic_ebooks.git
synced 2025-12-20 04:11:07 -05:00
remove comment
This commit is contained in:
@@ -41,7 +41,6 @@ def filter_tweet(tweet):
|
|||||||
for item in htmlsents:
|
for item in htmlsents:
|
||||||
tweet.text = re.sub(item, entity(item), tweet.text)
|
tweet.text = re.sub(item, entity(item), tweet.text)
|
||||||
tweet.text = re.sub(r'\xe9', 'e', tweet.text) #take out accented e
|
tweet.text = re.sub(r'\xe9', 'e', tweet.text) #take out accented e
|
||||||
# tweet.text = re.sub(r'\&', '&', tweet.text) #clean up escaped html ampersands
|
|
||||||
return tweet.text
|
return tweet.text
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user