# HG changeset patch # User Peter Sanchez # Date 1574098527 28800 # Mon Nov 18 09:35:27 2019 -0800 # Node ID 3ff7e390bd9157f578b2da1fdfd71c625dad8a9f # Parent 15b79ffc7134111d4c71b0df737d857066238111 RST format update diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -65,6 +65,8 @@ - `gdpr`: If you're signing up EU users in a GDPR compliant manner. - `hp`: Include this 'honeypot' field to prevent spambots. +:: + data = {"gdpr": True, "ipaddress": "127.0.0.1", "country": "US"} api.subscribe(list_id, email, **data)