fix andar's 2916 :P

This commit is contained in:
Marcos Pinto 2008-03-06 12:54:16 +00:00
parent 1132292e9e
commit 61f49a2cda
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class Manager:
fr_sorted = []
for torrent in state.torrents:
if os.path.exists(torrent.filename + ".fastresume")
if os.path.exists(torrent.filename + ".fastresume"):
fr_sorted.insert(0, torrent)
else:
fr_sorted.append(torrent)