We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc77d8 commit da3f03cCopy full SHA for da3f03c
sendgrid/base_interface.py
@@ -3,7 +3,7 @@
3
region_host_dict = {'eu':'https://api.eu.sendgrid.com','global':'https://api.sendgrid.com'}
4
5
class BaseInterface(object):
6
- def __init__(self, auth, host, impersonate_subuser, region='global'):
+ def __init__(self, auth, host, impersonate_subuser, region=None):
7
"""
8
Construct the Twilio SendGrid v3 API object.
9
Note that the underlying client is being set up during initialization,
0 commit comments