Skip to content

Commit

Permalink
Fix filter
Browse files Browse the repository at this point in the history
Seemed too simple...
  • Loading branch information
csnardi committed Jan 20, 2016
1 parent 5021e79 commit 0ebdf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigetpost.py
Original file line number Diff line number Diff line change
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 = "!4*SyY(M(4WXjKGVyH"
api_filter = "!)s0G2lFPfbLJY6*APr2D"
req_url = "http://api.stackexchange.com/2.2/answers/" + post_id +\
"?site=" + site + "&filter=" + api_filter +\
"&key=IAkbitmze4B8KpacUfLqkw(("
Expand Down

0 comments on commit 0ebdf8c

Please sign in to comment.