diff --git a/src/core.py b/src/core.py index bd11d9381..9d68695f3 100644 --- a/src/core.py +++ b/src/core.py @@ -433,7 +433,7 @@ class Manager: elif (not self.get_core_torrent_state(unique_ID, efficient)['is_paused']) and \ ( (index >= self.get_pref('max_active_torrents') and \ self.get_pref('max_active_torrents') != -1 ) or \ - self.is_user_paused(unique_ID)): + self.is_user_paused(unique_ID)): deluge_core.pause(unique_ID) # Event handling