Don't show traceback

This commit is contained in:
vitiko98 2021-02-04 19:08:21 -04:00
parent 081ccac367
commit 98b6c98f7b
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ class QobuzDL:
)
handle_download_id(self.downloads_db, item_id, add_id=True)
except (requests.exceptions.RequestException, NonStreamable) as e:
logger.error(f"{RED}Error getting release: {e}", exc_info=True)
logger.error(f"{RED}Error getting release: {e}. Skipping...")
def handle_url(self, url):
possibles = {

View File

@ -13,7 +13,7 @@ requirements = read_file("requirements.txt").strip().split()
setup(
name=pkg_name,
version="0.9.5",
version="0.9.6",
author="Vitiko",
author_email="vhnz98@gmail.com",
description="The complete Lossless and Hi-Res music downloader for Qobuz",