From eee4c0a1545d32efef9450684fab85590fc41e2f Mon Sep 17 00:00:00 2001 From: encrypted-def <20028331+encrypted-def@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:49:57 +0900 Subject: [PATCH] Update actions.py progess-bar.dev -> progress-bar.xyz --- workbook/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbook/actions.py b/workbook/actions.py index 88256ff1..89af554b 100644 --- a/workbook/actions.py +++ b/workbook/actions.py @@ -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')