removed excess variable

This commit is contained in:
imDMG 2019-01-20 02:41:02 +05:00
parent f54957cc4f
commit b6a0873ff3

View File

@ -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()