remotes/1693045480750635534/spooky-22
Aevann1 2021-10-01 01:45:07 +02:00
parent 55522eba6a
commit 390dc2defd
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ def sanitize(sanitized, noimages=False):
except:
pass
old = "<p>" + i.group(0).lower() + "</p>"
print(old)
new = '<p style="margin-bottom:0 !important">' + emojis + "</p>"
sanitized = sanitized.replace(old, new)