fix indented block error

This commit is contained in:
Marcos Pinto 2007-06-24 17:11:41 +00:00
parent 08cd36de7f
commit c97fafa2b3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class BlocklistImport:
print "Fetching",self.config.get('url') print "Fetching",self.config.get('url')
self.gtkprog.start_download() self.gtkprog.start_download()
try: try:
filename, headers = urllib.urlretrieve(self.config.get('url'), filename, headers = urllib.urlretrieve(self.config.get('url'),
filename=self.blockfile, filename=self.blockfile,
reporthook=self._download_update) reporthook=self._download_update)
except IOError, (errno, strerr): except IOError, (errno, strerr):