Use the global logger
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import discord
|
||||
import asyncio
|
||||
import socket
|
||||
import logging
|
||||
import threading
|
||||
import subprocess
|
||||
import shlex
|
||||
import time
|
||||
from internal.logger import create_logger
|
||||
from collections import deque
|
||||
from typing import Optional, List
|
||||
|
||||
LOGGER = logging.getLogger("discord_radio")
|
||||
LOGGER = create_logger(__name__)
|
||||
|
||||
class UDPAudioSource(discord.AudioSource):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user