Taka005 commited on
Commit
4d05077
·
1 Parent(s): 3fffef8
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -151,7 +151,7 @@ def reversemake(name, tag, id, content, icon):
151
  id_y = name_y + tsize_name[1] + 4
152
  tsize_id = draw_text(img, (390, id_y), id, size=18, color=(180, 180, 180, 255), split_len=45, disable_dot_wrap=True)
153
 
154
- tx.text((8, 694), branding,font=MPLUS_FONT, fill=(120, 120, 120, 255))
155
 
156
  file = io.BytesIO()
157
  img.save(file, format="PNG", quality=95)
 
151
  id_y = name_y + tsize_name[1] + 4
152
  tsize_id = draw_text(img, (390, id_y), id, size=18, color=(180, 180, 180, 255), split_len=45, disable_dot_wrap=True)
153
 
154
+ tx.text((6, 694), branding,font=MPLUS_FONT, fill=(120, 120, 120, 255))
155
 
156
  file = io.BytesIO()
157
  img.save(file, format="PNG", quality=95)