Skip to content

Commit 8d07967

Browse files
committed
🧊更正logger实例名
1 parent 8370012 commit 8d07967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/Log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self):
3030
self.logname = Util.os.path.join(log_path, '%s.log' % Util.time.strftime(
3131
"%Y-%m-%d_%H%M%S", Util.time.localtime()))
3232
Util.logging.basicConfig()
33-
self.logger = Util.logging.getLogger("TikTokMultiDownloader")
33+
self.logger = Util.logging.getLogger("TikTokDownload")
3434
self.logger.setLevel(Util.logging.INFO)
3535
self.logger.propagate = False
3636
# 日志输出格式

0 commit comments

Comments
 (0)