actual error
This commit is contained in:
2
main.py
2
main.py
@@ -19,7 +19,7 @@ def convert_ghost_to_discord(ghost_payload):
|
||||
"embeds": [{
|
||||
"title": post.get("title"),
|
||||
"description": post.get("excerpt")[:200] + "...",
|
||||
"url": f"https://torrtle.co/{post.get('slug')",
|
||||
"url": f"https://torrtle.co/{post.get('slug')}",
|
||||
"color": "0x00ff00",
|
||||
"thumbnail": {
|
||||
"url": post.get("feature_image")
|
||||
|
||||
Reference in New Issue
Block a user