Fixing nonsensical value
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
parent
104ecb73b4
commit
091445e61f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class TorrentObj(object):
|
|||
self.name = name
|
||||
self.downloaders = 0
|
||||
self.seeds = 0
|
||||
self.size = 0L
|
||||
self.size = 0
|
||||
self.completed = 0
|
||||
|
||||
def __cmp__(self, other):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue