dimanche 2 août 2015

Python requests.get()

response=requests.get(posturl,postData,headers)
print response.read()

I build the code,and debugger reports that

TypeError: get() takes exactly 1 argument (3 given)

How can I solve it?




Aucun commentaire:

Enregistrer un commentaire