Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azmiao committed Sep 26, 2022
1 parent cb0ce1f commit 760bfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .uma_support_chart.update_init import update as sup_update

sv = Service('uma_help')
with open(os.path.join(os.path.dirname(__file__), f'{sv.name}_help.png'), 'rb') as f:
with open(os.path.join(os.path.dirname(__file__), f'{sv.name}.png'), 'rb') as f:
base64_data = base64.b64encode(f.read())
s = base64_data.decode()
sv.help = f'![](data:image/jpeg;base64,{s})'
Expand Down

0 comments on commit 760bfbb

Please sign in to comment.