df
Browse files
mysite/interpreter/google_chat.py
CHANGED
@@ -126,7 +126,7 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
126 |
}
|
127 |
]
|
128 |
},
|
129 |
-
|
130 |
"buttons": [
|
131 |
{
|
132 |
"textButton": {
|
@@ -140,7 +140,7 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
140 |
}
|
141 |
]
|
142 |
},
|
143 |
-
|
144 |
"buttons": [
|
145 |
{
|
146 |
"textButton": {
|
|
|
126 |
}
|
127 |
]
|
128 |
},
|
129 |
+
{
|
130 |
"buttons": [
|
131 |
{
|
132 |
"textButton": {
|
|
|
140 |
}
|
141 |
]
|
142 |
},
|
143 |
+
{
|
144 |
"buttons": [
|
145 |
{
|
146 |
"textButton": {
|