Skip to content

Commit

Permalink
Fix verify card dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Sep 8, 2023
1 parent 4f46317 commit a42f8a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions calibre-plugin/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,9 @@ def run(self):
"Total Libby Verify Card took %f seconds" % (timer() - total_start)
)
self.finished.emit(updated_card)
self.finished.emit(self.card)
except Exception as err:
logger.info(
"Libby Libby Verify Card failed after %f seconds"
% (timer() - total_start)
"Libby Verify Card failed after %f seconds" % (timer() - total_start)
)
self.errored.emit(err)

Expand Down

0 comments on commit a42f8a7

Please sign in to comment.