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