diff --git a/app/filter.py b/app/filter.py index b37ede4..266cf5e 100644 --- a/app/filter.py +++ b/app/filter.py @@ -153,7 +153,8 @@ class Filter: if src.startswith(LOGO_URL): # Re-brand with Whoogle logo - element.replace_with(BeautifulSoup(render_template('logo.html', dark=self.dark))) + element.replace_with(BeautifulSoup( + render_template('logo.html', dark=self.dark))) return elif src.startswith(GOOG_IMG) or GOOG_STATIC in src: element['src'] = BLANK_B64