mirror of https://github.com/jumpserver/jumpserver
bugfix
parent
1c61ed6a8b
commit
e07305ef46
|
@ -94,7 +94,7 @@ def renderJSON(script_path, time_file_path):
|
|||
# print ('###### (%s, %s)' % (t[1], repr(data)))
|
||||
offset += t[0]
|
||||
ret[str(offset/float(1000))] = data
|
||||
return json
|
||||
return dumps(ret)
|
||||
|
||||
def kill_invalid_connection():
|
||||
unfinished_logs = Log.objects.filter(is_finished=False)
|
||||
|
|
Loading…
Reference in New Issue