8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37f2f9 commit eee4c0aCopy full SHA for eee4c0a
workbook/actions.py
@@ -91,7 +91,7 @@ def gen_ind_workbook(attrs, category):
91
with open(attr[0]+'.md', 'w', encoding="UTF-8") as f:
92
# progress bar
93
f.write(f'# {attr[1]}\n\n')
94
- pbar = f'}&title=progress&width=500&color=babaca&suffix=/{len(problem_infos)})'
+ pbar = f'}&title=progress&width=500&color=babaca&suffix=/{len(problem_infos)})'
95
pbars.append(pbar)
96
f.write(pbar + '\n\n')
97
f.write(f'[문제집 링크]({attr[2]})\n\n')
0 commit comments