vendredi 8 mai 2015

AttributeError: 'tuple' object has no attribute 'strip'

I use python and this is my code

url = 'https://api.url.net', "{\"orga\":\"monorga\",\"coupon\":\"moncoupon\"}"

url = url.strip()
AttributeError: 'tuple' object has no attribute 'strip'

Please help me

Aucun commentaire:

Enregistrer un commentaire