[email protected] (Stefan Pratter) wrote: > put(data=json.dumps(data))
Stefan - THANKS! I owe you a json.dumps(beer) - the conversion step is crucial.. So, in essence, one needs to - use the entire object dict, not just changes - json.dumps() it before throwing it at data= (I had understood the requests object wrongly) Thank you again, this has helped tremendously. - Elmar. _______________________________________________ Pdb-tech mailing list [email protected] https://lists.peeringdb.com/cgi-bin/mailman/listinfo/pdb-tech
