diff --git a/app/filter.py b/app/filter.py index d3b69bc..ccd6af3 100644 --- a/app/filter.py +++ b/app/filter.py @@ -60,7 +60,6 @@ class Filter: self.fix_question_section() self.update_styling(soup) - for img in [_ for _ in soup.find_all('img') if 'src' in _.attrs]: self.update_element_src(img, 'image/png')