We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c38d672 + 3e39660 commit e830119Copy full SHA for e830119
README.md
@@ -38,17 +38,10 @@ $ pip install connect-sdk
38
### Example
39
```python
40
from connect import FulfillmentAutomation
41
-from connect.config import Config
42
from connect.logger import logger
43
from connect.models import ActivationTemplateResponse, ActivationTileResponse
44
from connect.models.exception import FulfillmentFail, FulfillmentInquire, Skip
45
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
52
53
class ExampleRequestProcessor(FulfillmentAutomation):
54
def process_request(self, request):
0 commit comments