Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
another fix, previous removal was not completely identical
Browse files Browse the repository at this point in the history
  • Loading branch information
ericecook authored and icook committed Apr 29, 2014
1 parent 6698c72 commit 66f7015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplecoin/views.py
Expand Up @@ -120,7 +120,7 @@ def network_graph_data(graph_type=None, window="hour"):
end = ((int(time.time()) // step) * step) - (step * 2)
start = end - typ.window.total_seconds() + (step * 2)

return jsonify(start=start, end=end, step=step, types=types)
return jsonify(start=start, end=end, step=step, workers=types)


@main.before_request
Expand Down

0 comments on commit 66f7015

Please sign in to comment.