pull/180/head
liuzheng712 2016-03-29 21:06:46 +08:00
parent 1c61ed6a8b
commit e07305ef46
1 changed files with 1 additions and 1 deletions

View File

@ -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)