Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDemonSD authored Nov 3, 2022
1 parent 6af406a commit e4a7755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from re import match as rematch, findall, sub as resub
from asyncio import sleep as asleep
from time import sleep
from urllib.parse import urlparse
from urllib.parse import urlparse, unquote
from requests import get as rget, head as rhead
from bs4 import BeautifulSoup, NavigableString, Tag

Expand Down

0 comments on commit e4a7755

Please sign in to comment.