Skip to content

Commit

Permalink
fix json lint
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmitul9 committed May 15, 2024
1 parent b0e6fe7 commit ecf5d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main():
uri=url,
method='POST',
headers=message_headers,
body=dumps(bot_message),
body=dumps(card_content),
)
print(response)

Expand Down

0 comments on commit ecf5d16

Please sign in to comment.