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…
Reference in New Issue