Fix logger

This commit is contained in:
nathom 2021-05-12 15:19:51 -07:00
parent b97d9f4e34
commit 71ac34db7e
10 changed files with 70 additions and 31 deletions

View file

@ -20,7 +20,7 @@ from .constants import (
from .exceptions import InvalidContainerError, InvalidSourceError
from .utils import get_quality_id, safe_get, tidal_cover_url
logger = logging.getLogger(__name__)
logger = logging.getLogger("streamrip")
class TrackMetadata: