autopep8 with 120 chars line length on my modules
This commit is contained in:
parent
6a7bc0924d
commit
5d923bc73b
39 changed files with 434 additions and 426 deletions
|
|
@ -49,7 +49,7 @@ class IsohuntBackend(BaseBackend, ICapTorrent):
|
|||
return self.browser.openurl(torrent.url.encode('utf-8')).read()
|
||||
|
||||
def iter_torrents(self, pattern):
|
||||
return self.browser.iter_torrents(pattern.replace(' ','+'))
|
||||
return self.browser.iter_torrents(pattern.replace(' ', '+'))
|
||||
|
||||
def fill_torrent(self, torrent, fields):
|
||||
if 'description' in fields or 'files' in fields:
|
||||
|
|
@ -61,5 +61,5 @@ class IsohuntBackend(BaseBackend, ICapTorrent):
|
|||
return torrent
|
||||
|
||||
OBJECTS = {
|
||||
Torrent:fill_torrent
|
||||
Torrent: fill_torrent
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue