8000 Update actions.py · terry-koo/basic-algo-lecture@eee4c0a · GitHub
[go: up one dir, main page]

Skip to content

Commit eee4c0a

Browse files
Update actions.py
progess-bar.dev -> progress-bar.xyz
1 parent e37f2f9 commit eee4c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workbook/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def gen_ind_workbook(attrs, category):
9191
with open(attr[0]+'.md', 'w', encoding="UTF-8") as f:
9292
# progress bar
9393
f.write(f'# {attr[1]}\n\n')
94-
pbar = f'![100%](https://progress-bar.dev/{solution_num}/?scale={len(problem_infos)}&title=progress&width=500&color=babaca&suffix=/{len(problem_infos)})'
94+
pbar = f'![100%](https://progress-bar.xyz/{solution_num}/?scale={len(problem_infos)}&title=progress&width=500&color=babaca&suffix=/{len(problem_infos)})'
9595
pbars.append(pbar)
9696
f.write(pbar + '\n\n')
9797
f.write(f'[문제집 링크]({attr[2]})\n\n')

0 commit comments

Comments
 (0)
0