From c8c063f4076a2696b9bb1397c243b7a3507da7ad Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Thu, 3 Feb 2022 22:47:07 -0500 Subject: [PATCH] Fix pep8 issues --- app/filter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/filter.py b/app/filter.py index 61a3384..44af251 100644 --- a/app/filter.py +++ b/app/filter.py @@ -364,8 +364,8 @@ class Filter: # get some tags that are unchanged between mobile and pc versions search_input = soup.find_all('td', attrs={'class': "O4cRJf"})[0] - search_input=BeautifulSoup(re.sub(r'(\s)-site:[a-zA-Z0-9_\.]+', '', - str(search_input)),'lxml') + search_input = BeautifulSoup(re.sub(r'(\s)-site:[a-zA-Z0-9_\.]+', '', + str(search_input)), 'lxml') search_options = soup.find_all('div', attrs={'class': "M7pB2"})[0] cor_suggested = soup.find_all('table', attrs={'class': "By0U9"}) next_pages = soup.find_all('table', attrs={'class': "uZgmoc"})[0]