Skip to content

Commit

Permalink
Remove cenus API key
Browse files Browse the repository at this point in the history
Woops; how'd we all miss that? I couldn't find a way to get rid of old
keys, but I'm using a new one now.
  • Loading branch information
ssaamm committed Nov 2, 2014
1 parent afe2589 commit c2deb74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private static Integer getInteger(String state, String county, String tract, Str
String key) {
ArrayList<Integer> result = new ArrayList<Integer>();
Map<String, String> params = new HashMap<String, String>();
params.put("key", "c85059729d73eac8352618e9665149ae7ecf2603");
params.put("key", cApiKey);
params.put("for", "block+group:" + blockGroup);
params.put("in", String.format("state:%s+county:%s+tract:%s", state, county, tract));
params.put("get", key);
Expand Down

0 comments on commit c2deb74

Please sign in to comment.