Skip to content

Commit ca6ba9b

Browse files
committed
pylint: init version_info attribute
1 parent ff6eaf5 commit ca6ba9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pyrocore/torrent/rtorrent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ def __init__(self):
564564
"""
565565
super(RtorrentEngine, self).__init__()
566566
self.versions = (None, None)
567+
self.version_info = (0,)
567568
self.startup = time.time()
568569
self._rpc = None
569570
self._session_dir = None

0 commit comments

Comments
 (0)