mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-21 09:38:44 +00:00
fix indented block error
This commit is contained in:
parent
08cd36de7f
commit
c97fafa2b3
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class BlocklistImport:
|
|||
print "Fetching",self.config.get('url')
|
||||
self.gtkprog.start_download()
|
||||
try:
|
||||
filename, headers = urllib.urlretrieve(self.config.get('url'),
|
||||
filename, headers = urllib.urlretrieve(self.config.get('url'),
|
||||
filename=self.blockfile,
|
||||
reporthook=self._download_update)
|
||||
except IOError, (errno, strerr):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue