Skip to content

Commit

Permalink
Use correct logger handle
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Feb 14, 2024
1 parent 5fff2d4 commit da629a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidalapi/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
if TYPE_CHECKING:
from tidalapi.user import FetchedUser, LoggedInUser, PlaylistCreator

log = logging.getLogger("__NAME__")
log = logging.getLogger(__name__)
SearchTypes: List[Optional[Any]] = [
artist.Artist,
album.Album,
Expand Down

0 comments on commit da629a3

Please sign in to comment.