mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix blocklist indents
This commit is contained in:
parent
c97fafa2b3
commit
078af4148f
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ class BlocklistImport:
|
|||
print "importing with",ltype
|
||||
|
||||
try:
|
||||
reader = readers[ltype][1](self.blockfile)
|
||||
reader = readers[ltype][1](self.blockfile)
|
||||
except IOError, (errno, strerr):
|
||||
err = ui.GTKError("Couldn't open blocklist file: %s"%strerr)
|
||||
self.gtkprog.stop()
|
||||
|
@ -103,7 +103,7 @@ class BlocklistImport:
|
|||
if curr % 100 == 0:
|
||||
self.gtkprog.import_prog(text="Imported %s IPs"%curr)
|
||||
else:
|
||||
self.gtkprog.import_prog()
|
||||
self.gtkprog.import_prog()
|
||||
|
||||
reader.close()
|
||||
self.gtkprog.end_import()
|
||||
|
|
Loading…
Add table
Reference in a new issue