We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7fea3 commit d795dd7Copy full SHA for d795dd7
web/thisdb/logs.py
@@ -27,7 +27,6 @@ def addLog(type, log,
27
'''
28
add_time = mw.formatDate()
29
insert_data = {
30
- 'name':name,
31
'type':type,
32
'log':log,
33
'add_time':add_time,
0 commit comments