Skip to content

Commit 23fec2f

Browse files
OTA: push.py: Update webhook message with device image
Replace hardcoded thumbnail URL
1 parent 592d843 commit 23fec2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/push.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def webhook_send():
110110
},
111111
"color": f"{color}",
112112
"thumbnail": {
113-
"url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS7DK6a--HvqADA_u3mGjXSVUvxxZ5sw3x9Sw&s"
113+
"url": f"{thumbnail}"
114114
},
115115
"author": {
116116
"name": f"New build available !",

0 commit comments

Comments
 (0)