log update 02
This commit is contained in:
parent
d50f57b37d
commit
87ac641e02
|
@ -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)):
|
||||
|
|
Loading…
Reference in New Issue