mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-19 17:55:23 -04:00
Fix logger
This commit is contained in:
parent
b97d9f4e34
commit
71ac34db7e
10 changed files with 70 additions and 31 deletions
|
@ -36,7 +36,7 @@ from .exceptions import (
|
|||
from .spoofbuz import Spoofer
|
||||
from .utils import gen_threadsafe_session, get_quality
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger("streamrip")
|
||||
|
||||
|
||||
class Client(ABC):
|
||||
|
@ -450,7 +450,6 @@ class DeezerClient(Client):
|
|||
f"{DEEZER_BASE}/search/{media_type}", params={"q": query}
|
||||
)
|
||||
response.raise_for_status()
|
||||
|
||||
return response.json()
|
||||
|
||||
def login(self, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue