Skip to content

Commit

Permalink
Fix issue where osquery wasn't always getting the data
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Sep 4, 2015
1 parent 101e6a0 commit cd333a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def preflight(request):
output['queries'][name] = query

except:
break
pass
return HttpResponse(json.dumps(output))


Expand Down

0 comments on commit cd333a3

Please sign in to comment.