forked from MarseyWorld/MarseyWorld
fsd'
parent
a57958f112
commit
4ed45c6cb7
|
@ -217,6 +217,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>')
|
||||
|
||||
print(sanitized)
|
||||
for i in re.finditer(r"^(\s+)?((:[\w]+:)+(\s+)?)+", sanitized):
|
||||
print(i)
|
||||
emojis = i.group(0).lower()
|
||||
|
|
Loading…
Reference in New Issue