missing part of last commit

This commit is contained in:
Marcos Pinto 2007-08-29 07:09:02 +00:00
parent 99e8f71246
commit 5aac66bb25
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ class torrent_info:
self.download_rate_limit = 0 self.download_rate_limit = 0
self.webseed_urls = [] self.webseed_urls = []
self.desired_ratio = 1.0 self.desired_ratio = 1.0
self.trackers = ""
self.delete_me = False # set this to true, to delete it on next sync self.delete_me = False # set this to true, to delete it on next sync