mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2025-02-01 19:42:43 +01:00
Log exception when failing to get the library
This commit is contained in:
parent
8561180f3f
commit
29cf5d7f62
@ -370,7 +370,7 @@ class DownloadLibrary:
|
||||
try:
|
||||
library_r = self.session.get('https://www.humblebundle.com/home/library') # noqa: E501
|
||||
except Exception:
|
||||
logger.error("Failed to get list of purchases")
|
||||
logger.exception("Failed to get list of purchases")
|
||||
return []
|
||||
|
||||
logger.debug("Library request: " + str(library_r))
|
||||
|
Loading…
x
Reference in New Issue
Block a user