diff --git a/src/core.py b/src/core.py index 1245ee58c..2d03460be 100644 --- a/src/core.py +++ b/src/core.py @@ -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)