Skip to content

Commit 3bf0e0e

Browse files
mshaileshr@gmail.commshaileshr@gmail.com
authored andcommitted
in_query and nin_query added
1 parent 500dcfd commit 3bf0e0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contentstack/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"""
2525
import logging
2626

27-
2827
logging.basicConfig(filename='cs.log', format='%(asctime)s - %(message)s', level=logging.INFO)
2928
logging.getLogger("Config")
3029

@@ -38,7 +37,7 @@ class Config(object):
3837
def __init__(self):
3938

4039
# It initialises the Config with the default endpoint
41-
self.default = dict(protocol="https", host="cdn.contentstack.io", port=443, version="v3")
40+
self.default = dict(protocol="https", region="us", host="cdn.contentstack.io", port=443, version="v3")
4241

4342
def host(self, host):
4443

0 commit comments

Comments
 (0)