swap webexteamssdk with webexpythonsdk
Some checks failed
Validate PR Title / validate (pull_request) Successful in 24s
CI / ci (pull_request) Has been cancelled

This commit is contained in:
Luke Tainton 2025-05-07 00:41:56 +01:00
parent 0ba01e53af
commit 6865ba87ba
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -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