Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
python 3 compatible per waleed's request
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-wasewicz committed Feb 24, 2016
1 parent 0b8b9bf commit 1874695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
for post in posts:
content = post["history"][0]["content"]
id = post["nr"]
print id
print (id)
mapSave[id] = content

with open("posts183.json","wb") as f:
Expand Down

0 comments on commit 1874695

Please sign in to comment.