We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2795d commit 1430a6fCopy full SHA for 1430a6f
ytmusic_deleter/cli.py
@@ -236,7 +236,7 @@ def unlike_all():
236
try:
237
your_likes = youtube_auth.get_liked_songs(sys.maxsize)
238
except Exception:
239
- logging.exception("\tNo liked songs found.")
+ logging.error("\tNo liked songs found or error retrieving liked songs.")
240
return False
241
logging.info(f"\tRetrieved {len(your_likes['tracks'])} liked songs.")
242
logging.info("Begin unliking songs...")
0 commit comments