Update logs.py

This commit is contained in:
Mr Chen 2024-11-04 00:02:30 +08:00
parent 4a7fea3b4c
commit d795dd7d47
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def addLog(type, log,
'''
add_time = mw.formatDate()
insert_data = {
'name':name,
'type':type,
'log':log,
'add_time':add_time,