From 2ed13282f900aa36fe6b94cd26fa732c135d6a4f Mon Sep 17 00:00:00 2001 From: Venrey Date: Sat, 13 Jul 2024 23:23:01 +0000 Subject: [PATCH] wrong cell selection --- imageGen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageGen.py b/imageGen.py index 925e69a..8a263dc 100644 --- a/imageGen.py +++ b/imageGen.py @@ -25,7 +25,7 @@ def gen_I_Mountain(wb): graph_comp = Image.composite(blank, I_Mountain, I_Mountain_Mask) #.save("./gen/I_mountain.png") draw = ImageDraw.Draw(graph_comp) font = ImageFont.truetype("./fonts/Asap_Condensed/AsapCondensed-Bold.ttf", 36) - draw.text((442, 623),format_frendly(wb["I Mountain"]["A2"].value),(0,0,0),font=font) + draw.text((442, 623),format_frendly(wb["I Mountain"]["B2"].value),(0,0,0),font=font) #Add box values