mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-18 17:25:22 -04:00
Fix logger
This commit is contained in:
parent
b97d9f4e34
commit
71ac34db7e
10 changed files with 70 additions and 31 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue