pyflakes fixes
This commit is contained in:
parent
c5e68a2c44
commit
3a02f12bdb
5 changed files with 11 additions and 19 deletions
|
|
@ -363,7 +363,7 @@ class AuMBrowser(BaseBrowser):
|
|||
url = '%simage1.jpg' % base_url
|
||||
try:
|
||||
self.openurl(url)
|
||||
except BrowserHTTPNotFound, e:
|
||||
except BrowserHTTPNotFound:
|
||||
pass
|
||||
else:
|
||||
profile['pictures'].append({'url': url, u'hidden': True, 'id': u'0', 'rating': 0.0})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue