mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-13 06:34:42 +00:00
bugfix
This commit is contained in:
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
Block a user