Update logs.py
This commit is contained in:
parent
4a7fea3b4c
commit
d795dd7d47
|
|
@ -27,7 +27,6 @@ def addLog(type, log,
|
|||
'''
|
||||
add_time = mw.formatDate()
|
||||
insert_data = {
|
||||
'name':name,
|
||||
'type':type,
|
||||
'log':log,
|
||||
'add_time':add_time,
|
||||
|
|
|
|||
Loading…
Reference in New Issue