과도한 로그 방지
This commit is contained in:
@@ -228,7 +228,7 @@ class MyYoutubeDL(object):
|
|||||||
|
|
||||||
class MyLogger(object):
|
class MyLogger(object):
|
||||||
def debug(self, msg):
|
def debug(self, msg):
|
||||||
if msg.find("\x1B") != -1 or msg.find("{") != -1:
|
if msg.find(" ETA ") != -1:
|
||||||
# 과도한 로그 방지
|
# 과도한 로그 방지
|
||||||
return
|
return
|
||||||
logger.debug(msg)
|
logger.debug(msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user