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 c8b8a88 commit c4a2ba8Copy full SHA for c4a2ba8
map.py
@@ -30,7 +30,7 @@
30
31
print(videos)
32
33
-for dir in listdir().sort(key=lambda x: x[:3]):
+for dir in sorted(listdir(), key=lambda x: x[:3]):
34
if dir[0].isdigit():
35
result.append(f"| [{dir.split()[0]}](./{dir.replace(' ', '%20')}) | {dir[4:].replace('_', '.')} | [{videos[dir[:3]]}](https://www.bilibili.com/video/{videos[dir[:3]]}) |")
36
0 commit comments