From 44a78204e47478c17039013887fed2077df429c8 Mon Sep 17 00:00:00 2001 From: hello Date: Sun, 14 Sep 2025 22:26:56 +0000 Subject: [PATCH] attachment link --- jira.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira.py b/jira.py index d0ae076..002cd39 100644 --- a/jira.py +++ b/jira.py @@ -113,7 +113,7 @@ for filename in os.listdir("issues"): print("Invalid attachment ID:", attachment_id) continue - o.write(f"Attachment: {attachment_name}\n") + o.write(f"Attachment: {attachment_name}\n\n") if attachment_name.endswith(".png") or attachment_name.endswith(".jpg") or attachment_name.endswith(".jpeg") or attachment_name.endswith(".gif"): o.write(f"![{attachment_name}](https://gfwleak.exec.li/admin/geedge-jira/raw/branch/master/attachment/{attachment_id}/{attachment_name})\n\n")