Skip to content

Commit e830119

Browse files
Merge branch 'master' into contactinfo
2 parents c38d672 + 3e39660 commit e830119

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,10 @@ $ pip install connect-sdk
3838
### Example
3939
```python
4040
from connect import FulfillmentAutomation
41-
from connect.config import Config
4241
from connect.logger import logger
4342
from connect.models import ActivationTemplateResponse, ActivationTileResponse
4443
from connect.models.exception import FulfillmentFail, FulfillmentInquire, Skip
4544

46-
# set logger level / default level ERROR
47-
logger.setLevel("DEBUG")
48-
49-
# If we remove this line, it is done implicitly
50-
Config(file='config.json')
51-
5245

5346
class ExampleRequestProcessor(FulfillmentAutomation):
5447
def process_request(self, request):

0 commit comments

Comments
 (0)