forked from mirrors/bookwyrm
fixes typo in HTTPError
This commit is contained in:
parent
b1a336bb08
commit
b0493225be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue