1
This commit is contained in:
Evan Pratten 2024-03-22 15:18:34 -04:00
parent 5e357e2255
commit e388438e05

View File

@ -167,7 +167,7 @@ def main() -> int:
# Build params # Build params
card_params = { card_params = {
"idList": TRELLO_TAGS["company"], "idList": TRELLO_LIST_ID,
"name": issue.title, "name": issue.title,
"key": TRELLO_KEY, "key": TRELLO_KEY,
"token": trello_api_token, "token": trello_api_token,
@ -180,7 +180,7 @@ def main() -> int:
--- ---
""" """
), ),
"idLabels": TRELLO_TAG_ID, "idLabels": TRELLO_TAGS["company"],
} }
# Make the card # Make the card