diff --git a/twitfix.py b/twitfix.py index ab9bf08..2760f26 100644 --- a/twitfix.py +++ b/twitfix.py @@ -783,6 +783,7 @@ 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}")