dfs
This commit is contained in:
parent
d4bf3a9b42
commit
c847398dca
1 changed files with 0 additions and 2 deletions
|
@ -300,9 +300,7 @@ class Comment(Base):
|
||||||
|
|
||||||
if not body: return ""
|
if not body: return ""
|
||||||
|
|
||||||
t = time.time()
|
|
||||||
body = censor_slurs(body, v)
|
body = censor_slurs(body, v)
|
||||||
print(time.time() - t)
|
|
||||||
|
|
||||||
if v and not v.oldreddit: body = body.replace("old.reddit.com", "reddit.com")
|
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