Spaces:
Running
Running
Update intent_api.py
Browse files- intent_api.py +2 -1
intent_api.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
import intent, requests,
|
|
|
2 |
|
3 |
def auth_token_handler(intent_name, auth_config, session):
|
4 |
try:
|
|
|
1 |
+
import intent, requests, traceback
|
2 |
+
from log import log
|
3 |
|
4 |
def auth_token_handler(intent_name, auth_config, session):
|
5 |
try:
|