Skip to content

Commit

Permalink
Don't show traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiko98 committed Feb 4, 2021
1 parent 081ccac commit 98b6c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qobuz_dl/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def download_from_id(self, item_id, album=True, alt_path=None):
)
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 = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read_file(fname):

setup(
name=pkg_name,
version="0.9.5",
version="0.9.6",
author="Vitiko",
author_email="[email protected]",
description="The complete Lossless and Hi-Res music downloader for Qobuz",
Expand Down

0 comments on commit 98b6c98

Please sign in to comment.