Skip to content

Commit 1dc2b2d

Browse files
committed
feat: geolocation setter in sendgrid-python for GDPR compliance
1 parent 30b1ca6 commit 1dc2b2d

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
@@ -2,7 +2,7 @@
22

33

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

0 commit comments

Comments
 (0)