Skip to content

Commit

Permalink
Re-fix filter
Browse files Browse the repository at this point in the history
Third time's the charm...
  • Loading branch information
csnardi committed Jan 20, 2016
1 parent 0ebdf8c commit 670f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigetpost.py
Expand Up @@ -25,7 +25,7 @@ def api_get_post(post_url):
return None
post_id, site, post_type = d
if post_type == "answer":
api_filter = "!)s0G2lFPfbLJY6*APr2D"
api_filter = "!FdmhxNQy0ZXsmxUOvWMVSbuktT"
req_url = "http://api.stackexchange.com/2.2/answers/" + post_id +\
"?site=" + site + "&filter=" + api_filter +\
"&key=IAkbitmze4B8KpacUfLqkw(("
Expand Down

0 comments on commit 670f125

Please sign in to comment.