mirror of
https://github.com/YGGverse/qBt_SE.git
synced 2025-01-18 02:30:00 +00:00
format
This commit is contained in:
parent
394a1a322f
commit
3186f319aa
@ -239,7 +239,7 @@ class nnmclub(object):
|
||||
parser.feed(response.read().decode('cp1251'))
|
||||
parser.close()
|
||||
|
||||
logging.info("Found torrents: %s" % parser.found_torrents)
|
||||
logging.info("Found torrents: {}".format(parser.found_torrents))
|
||||
|
||||
def _catch_error_request(self, url='', data=None):
|
||||
url = url if url else self.url
|
||||
|
Loading…
x
Reference in New Issue
Block a user