remove unnecessary code line

This commit is contained in:
jacr13 2022-01-24 18:17:34 +01:00
parent 61db46f3b1
commit 151e969a21

View File

@ -354,7 +354,6 @@ def get_tabs_content(tabs: dict,
tab_content['name'] = translation[tab_id]
# update href with query
query = full_query
query = full_query.replace(f'&tbm={search_type}', '')
if tab_content['tbm'] is not None: