remotes/1693045480750635534/spooky-22
Aevann1 2021-09-30 23:28:13 +02:00
parent 5aa7fe63e6
commit 623a8547e7
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ def sanitize(sanitized, noimages=False):
if start in sanitized and end in sanitized and start in sanitized.split(end)[0] and end in sanitized.split(start)[1]: sanitized = sanitized.replace(start, '<span class="spoiler">').replace(end, '</span>')
for i in re.findall("^(\s+)?((:[\w]+:)+(\s+)?)+", sanitized.replace("<p>", "").replace("</p>", ""), re.MULTILINE):
print(emojis)
print(i)
emojis = i.lower()
for i in re.finditer('\w*(?<!"):([^ ]{1,30}?):', emojis):
emoji = i.group(1).lower()