From 294ff22c635df41c33a9f21e98a2f55c38c3a599 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Jul 2022 07:51:14 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/google.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/metadata/sources/google.py b/src/calibre/ebooks/metadata/sources/google.py index ac0ee3472a..1be1bb9c3f 100644 --- a/src/calibre/ebooks/metadata/sources/google.py +++ b/src/calibre/ebooks/metadata/sources/google.py @@ -454,6 +454,7 @@ class GoogleBooks(Source): break if not found and isbn and (title or authors): return self.identify_via_web_search(log, result_queue, abort, title, authors, {}, timeout) + # }}} def identify( # {{{ self,