log update 02

This commit is contained in:
13339479676 2022-01-14 20:32:28 +08:00
parent d50f57b37d
commit 87ac641e02
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import sys
# 日志管理
def log_management(logContent, logName, logSaveMode):
# newlist = [x for x in mylist if x%2 == 1]
suffixList = ['log', 'txt', 'data'] # 日志后缀列表
logSuffixFlag = 0 # 日志后缀标志
for i in range(len(suffixList)):