Skip to content

Commit

Permalink
- Update Some Code
Browse files Browse the repository at this point in the history
Signed-off-by: ColdWindScholar <3590361911@qq.com>
  • Loading branch information
ColdWindScholar committed Jul 24, 2024
1 parent 895889c commit 151adc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def gui(self):

def tab_content(self):
global kemiaojiang
img = open_img(open('bin/kemiaojiang.png', 'rb')).resize((280, 540))
img = open_img(open(f'{cwd_path}/bin/kemiaojiang.png', 'rb')).resize((280, 540))
kemiaojiang = PhotoImage(img)
Label(self.tab, image=kemiaojiang).pack(side='left')
Label(self.tab, text="Ambassador: KeMiaoJiang\nPainter: HY-惠\nWelcome To MIO-KITCHEN", justify='left').pack(side='left')
Expand Down

0 comments on commit 151adc9

Please sign in to comment.