From 055e42776aa16c0bc93214cd1daf8e6374062b2a Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Thu, 7 Feb 2008 22:55:04 +0000 Subject: [PATCH] Fix last. --- deluge/core/torrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 5999dafc0..156e5f71a 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -256,7 +256,7 @@ class Torrent: "tracker_status": self.tracker_status, "save_path": self.save_path, "files": self.files, - "file_priorities":, self.file_priorities + "file_priorities": self.file_priorities } self.status = None self.torrent_info = None