Skip to content

Commit da3f03c

Browse files
committed
feat: geolocation setter in sendgrid-python for GDPR compliance
1 parent 3dc77d8 commit da3f03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sendgrid/base_interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
region_host_dict = {'eu':'https://api.eu.sendgrid.com','global':'https://api.sendgrid.com'}
44

55
class BaseInterface(object):
6-
def __init__(self, auth, host, impersonate_subuser, region='global'):
6+
def __init__(self, auth, host, impersonate_subuser, region=None):
77
"""
88
Construct the Twilio SendGrid v3 API object.
99
Note that the underlying client is being set up during initialization,

0 commit comments

Comments
 (0)