lets try this instead

Signed-off-by: Chloe Carver-Brown <admin@twxtter.com>
This commit is contained in:
Chloe Carver-Brown 2022-05-26 21:45:35 +01:00
parent dbb8c9b5d7
commit efa6da6c56
No known key found for this signature in database
GPG Key ID: 71938715093BE620
1 changed files with 3 additions and 1 deletions

View File

@ -783,8 +783,10 @@ def embed(video_link, vnf, image, raw=False):
if vnf["type"] == "Text": # Change the template based on tweet type
template = "text.html"
if vnf["type"] == "Image":
print(" ➤ [ T ] vnf type is Image")
if vnf["images"][4] != "1":
appNamePost = " - Image " + str(image+1) + "/" + str(vnf["images"][4])
print(f" ➤ [ T ] Setting appNamePost to {appNamePost}")
image = vnf["images"][image]
if raw == True:
template = "img.html"
@ -820,7 +822,7 @@ def embed(video_link, vnf, image, raw=False):
user=vnf["uploader"],
video_link=video_link,
color=color,
appname=config['config']['appname']+appNamePost,
appname=f"{config['config']['appname']}{appNamePost}",
repo=config["config"]["repo"],
url=config["config"]["url"],
urlDesc=urlDesc,