Skip to content

Commit

Permalink
Update actions.py
Browse files Browse the repository at this point in the history
progess-bar.dev -> progress-bar.xyz
  • Loading branch information
encrypted-def authored Oct 4, 2024
1 parent e37f2f9 commit eee4c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbook/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def gen_ind_workbook(attrs, category):
with open(attr[0]+'.md', 'w', encoding="UTF-8") as f:
# progress bar
f.write(f'# {attr[1]}\n\n')
pbar = f'![100%](https://progress-bar.dev/{solution_num}/?scale={len(problem_infos)}&title=progress&width=500&color=babaca&suffix=/{len(problem_infos)})'
pbar = f'![100%](https://progress-bar.xyz/{solution_num}/?scale={len(problem_infos)}&title=progress&width=500&color=babaca&suffix=/{len(problem_infos)})'
pbars.append(pbar)
f.write(pbar + '\n\n')
f.write(f'[문제집 링크]({attr[2]})\n\n')
Expand Down

0 comments on commit eee4c0a

Please sign in to comment.