diff --git a/platypush/plugins/torrent.py b/platypush/plugins/torrent.py index 75a08594..63eaafc0 100644 --- a/platypush/plugins/torrent.py +++ b/platypush/plugins/torrent.py @@ -408,8 +408,7 @@ class TorrentPlugin(Plugin): if not self._session: # noinspection PyArgumentList self._session = lt.session() - - self._session.listen_on(*self.torrent_ports) + self._session.listen_on(*self.torrent_ports) params = { 'save_path': download_dir,