Skip to content

Commit

Permalink
idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Dec 8, 2022
1 parent 9d4b053 commit 1ecd3c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion booru/utils/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ async def request_wildcard(site: str, query: str) -> Union[list, None]:

async with aiohttp.ClientSession() as session:
async with session.get(f"{site}{query}*{sorting}") as resp:
print(resp.url)
soup = BeautifulSoup(await resp.text(), "html.parser")
get_all = soup.find_all("a")
all_tags = [tag["href"] for tag in get_all]
Expand Down

0 comments on commit 1ecd3c2

Please sign in to comment.