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