mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 23:53:23 +00:00
fix indented block error
This commit is contained in:
parent
08cd36de7f
commit
c97fafa2b3
@ -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…
x
Reference in New Issue
Block a user