mirror of
https://github.com/YGGverse/qBt_SE.git
synced 2025-03-12 05:11:12 +00:00
removed excess variable
This commit is contained in:
parent
f54957cc4f
commit
b6a0873ff3
@ -234,8 +234,7 @@ class nnmclub(object):
|
||||
for x in range(1, parser.pages):
|
||||
response = self._catch_error_request('{}&start={}'.format(query, # &search_id=
|
||||
# parser.search_id,
|
||||
parser.found_torrents,
|
||||
self.supported_categories[cat]))
|
||||
parser.found_torrents))
|
||||
parser.feed(response.read().decode('cp1251'))
|
||||
parser.close()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user