This commit is contained in:
Aevann1 2021-10-19 18:31:07 +02:00
parent d4bf3a9b42
commit c847398dca

View file

@ -300,9 +300,7 @@ 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")