mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
same
This commit is contained in:
parent
9b88b8d61f
commit
1c369bce31
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ of HD space! Oops!\nWe had to pause at least one torrent"))
|
||||||
# Miscellaneous minor functions
|
# Miscellaneous minor functions
|
||||||
|
|
||||||
def set_user_pause(self, unique_ID, new_value, enforce_queue=True):
|
def set_user_pause(self, unique_ID, new_value, enforce_queue=True):
|
||||||
if not self.config.get("max_active_torrents"):
|
if self.config.get("max_active_torrents") == 0:
|
||||||
try:
|
try:
|
||||||
self.config.set("max_active_torrents", \
|
self.config.set("max_active_torrents", \
|
||||||
self.config.get("max_active_torrents_tmp")
|
self.config.get("max_active_torrents_tmp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue