From 08290d7c6d032a460f01d9d076c7a7920584ba50 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 25 Oct 2020 20:16:00 -0700 Subject: [PATCH] Fix incorrect call to log. --- ycdl/ycdldb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ycdl/ycdldb.py b/ycdl/ycdldb.py index 02f4291..e6f2551 100644 --- a/ycdl/ycdldb.py +++ b/ycdl/ycdldb.py @@ -302,7 +302,7 @@ class YCDLDBVideoMixin: video = self.get_video(video_id) if video.state != 'pending' and not force: - self.ycdldb.log.debug('%s does not need to be downloaded.', video_id) + self.log.debug('%s does not need to be downloaded.', video_id) return try: