mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fixing nonsensical value
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user