From 05d2163014491afff50a6b6a2d118b492b82cd69 Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Thu, 13 Apr 2023 22:34:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Changes=20images=20to=2050=20hei?= =?UTF-8?q?ght=20instead=20of=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjorn Lammers --- _ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ci.py b/_ci.py index cc27b919..3feb22de 100644 --- a/_ci.py +++ b/_ci.py @@ -7,7 +7,7 @@ readme_path = root / "README.md" def generate_img_tag(file): - return f'{file.stem}' + return f'{file.stem}' imgs = sorted(Path("./png").glob("*.png"))