fixes typo in HTTPError
This commit is contained in:
parent
b1a336bb08
commit
b0493225be
@ -427,7 +427,7 @@ def import_data(request):
|
||||
encoding=request.encoding)):
|
||||
try:
|
||||
item.resolve()
|
||||
except HttpError:
|
||||
except HTTPError:
|
||||
pass
|
||||
if item.book:
|
||||
results.append(item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user