swap webexteamssdk with webexpythonsdk
This commit is contained in:
parent
0ba01e53af
commit
6865ba87ba
@ -4,7 +4,7 @@ import logging
|
|||||||
|
|
||||||
from webex_bot.models.command import Command
|
from webex_bot.models.command import Command
|
||||||
from webex_bot.models.response import Response, response_from_adaptive_card
|
from webex_bot.models.response import Response, response_from_adaptive_card
|
||||||
from webexteamssdk.models.cards import (
|
from webexpythonsdk.models.cards import (
|
||||||
AdaptiveCard,
|
AdaptiveCard,
|
||||||
Column,
|
Column,
|
||||||
ColumnSet,
|
ColumnSet,
|
||||||
@ -14,7 +14,7 @@ from webexteamssdk.models.cards import (
|
|||||||
Text,
|
Text,
|
||||||
TextBlock,
|
TextBlock,
|
||||||
)
|
)
|
||||||
from webexteamssdk.models.cards.actions import Submit
|
from webexpythonsdk.models.cards.actions import Submit
|
||||||
|
|
||||||
from app.utils.config import config
|
from app.utils.config import config
|
||||||
from app.utils.n8n import get_tasks, submit_task
|
from app.utils.n8n import get_tasks, submit_task
|
||||||
|
Loading…
x
Reference in New Issue
Block a user