Skip to content

Commit ad20005

Browse files
authored
Update py1337x.py
1 parent c3c817a commit ad20005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py1337x/py1337x.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def search(
9393
query = self.url_builder.sanitize_query(query)
9494
category = self.url_builder.sanitize_category(category)
9595
url = self.url_builder.build_search_url(query, page, category, sort_by, order)
96-
print(url)
9796

9897
response = self.requests.get(url, **self.requests_kwargs)
9998

0 commit comments

Comments
 (0)