Merge branch 'master' into regex-sensor-v2
This commit is contained in:
commit
66abfc321e
9 changed files with 27 additions and 32 deletions
|
@ -300,7 +300,9 @@ class Comment(Base):
|
|||
|
||||
if not body: return ""
|
||||
|
||||
t = time.time()
|
||||
body = censor_slurs(body, v)
|
||||
print(time.time() - t)
|
||||
|
||||
if v and not v.oldreddit: body = body.replace("old.reddit.com", "reddit.com")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue