forked from Mirrors/humblebundle-downloader
Log exception when failing to get the library
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user