Commit 8c015961 authored by Tanguy's avatar Tanguy

J'ai supprimé les prints de debug hihihi

parent f092fd98
......@@ -35,8 +35,6 @@ class FacebookClient:
n_url = res["paging"]["next"]
res = requests.get(n_url).json()
data += res["data"]
print("Next page !")
print(len(data))
return data
#curl -i -X GET \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment