mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Log the current server being used to get data from
This commit is contained in:
parent
17a5977e4f
commit
fa30e95c1c
@ -1306,6 +1306,7 @@ class Amazon(Source):
|
||||
udata = self._get_book_url(identifiers)
|
||||
br = self.browser
|
||||
log('User-agent:', br.current_user_agent())
|
||||
log('Server:', self.server)
|
||||
if testing:
|
||||
print('User-agent:', br.current_user_agent())
|
||||
if udata is not None and not self.use_search_engine:
|
||||
|
Loading…
x
Reference in New Issue
Block a user