mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2025-02-02 03:52:41 +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:
|
try:
|
||||||
library_r = self.session.get('https://www.humblebundle.com/home/library') # noqa: E501
|
library_r = self.session.get('https://www.humblebundle.com/home/library') # noqa: E501
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.error("Failed to get list of purchases")
|
logger.exception("Failed to get list of purchases")
|
||||||
return []
|
return []
|
||||||
|
|
||||||
logger.debug("Library request: " + str(library_r))
|
logger.debug("Library request: " + str(library_r))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user