[Streams] Change streamtypes log name (#4744)

This commit is contained in:
Lui 2021-01-21 07:15:52 -08:00 committed by GitHub
parent 676f34185d
commit 5b21d37571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ YOUTUBE_CHANNEL_RSS = "https://www.youtube.com/feeds/videos.xml?channel_id={chan
_ = Translator("Streams", __file__)
log = logging.getLogger("redbot.cogs.Streams")
log = logging.getLogger("red.core.cogs.Streams")
def rnd(url):