mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-28 13:45:32 +00:00
go back to not blocking torrents during import
This commit is contained in:
parent
cd4c775d2f
commit
22390d96dd
1 changed files with 0 additions and 5 deletions
|
@ -99,9 +99,6 @@ class BlocklistImport:
|
||||||
self.gtkprog.stop()
|
self.gtkprog.stop()
|
||||||
return
|
return
|
||||||
|
|
||||||
print "Pausing all torrents ..."
|
|
||||||
self.core.pause_all()
|
|
||||||
|
|
||||||
print "Starting import"
|
print "Starting import"
|
||||||
ips = reader.next()
|
ips = reader.next()
|
||||||
curr = 0
|
curr = 0
|
||||||
|
@ -129,8 +126,6 @@ class BlocklistImport:
|
||||||
|
|
||||||
self.gtkprog.stop()
|
self.gtkprog.stop()
|
||||||
self.cancelled = False
|
self.cancelled = False
|
||||||
print "Resuming all torrents ..."
|
|
||||||
self.core.resume_all()
|
|
||||||
|
|
||||||
def configure(self, window):
|
def configure(self, window):
|
||||||
self.gtkconf.start(self.config.get('listtype'),
|
self.gtkconf.start(self.config.get('listtype'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue