diff --git a/apps/utils/methods.py b/apps/utils/methods.py index a8f5171e..58cc3f52 100644 --- a/apps/utils/methods.py +++ b/apps/utils/methods.py @@ -207,7 +207,7 @@ def section_name_into_index_name(section_name: str): def get_url_images_in_text(text): """Find images urls in text""" - return re.findall(r'\', text) + return re.findall(r'\', text) def get_image_meta_by_url(url) -> (int, int, int):