Skip to content

Commit

Permalink
Update noisy.py
Browse files Browse the repository at this point in the history
Fix urllib parse import
  • Loading branch information
madereddy authored Sep 7, 2023
1 parent bb485e3 commit ba1086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noisy.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from fake_useragent import UserAgent
ua = UserAgent(min_percentage=15.1)

from urlparse import urljoin, urlparse
from urllib.parse import urljoin, urlparse

class Crawler(object):
def __init__(self):
Expand Down

0 comments on commit ba1086e

Please sign in to comment.