From 3186f319aa958c604bd076b84053f614f3c2eca9 Mon Sep 17 00:00:00 2001 From: imDMG Date: Sun, 20 Jan 2019 01:48:52 +0500 Subject: [PATCH] format --- nnmclub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nnmclub.py b/nnmclub.py index 1ae1977..aa4de4e 100644 --- a/nnmclub.py +++ b/nnmclub.py @@ -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