wrong cell selection
This commit is contained in:
parent
16faa0a64b
commit
2ed13282f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue