Browse Source

catch vars so we dont spam log

pull/2987/head
jkaberg 11 years ago
parent
commit
95295e47ab
  1. 5
      libs/qbittorrent/torrent.py

5
libs/qbittorrent/torrent.py

@ -36,6 +36,11 @@ class Torrent(Base):
self.comment = None
self.save_path = None
self.eta = None
self.size = None
self.dlspeed = None
self.upspeed = None
#
# Commands
#

Loading…
Cancel
Save