Skip to content

Commit c4a2ba8

Browse files
committed
继续修bug
1 parent c8b8a88 commit c4a2ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
print(videos)
3232

33-
for dir in listdir().sort(key=lambda x: x[:3]):
33+
for dir in sorted(listdir(), key=lambda x: x[:3]):
3434
if dir[0].isdigit():
3535
result.append(f"| [{dir.split()[0]}](./{dir.replace(' ', '%20')}) | {dir[4:].replace('_', '.')} | [{videos[dir[:3]]}](https://www.bilibili.com/video/{videos[dir[:3]]}) |")
3636

0 commit comments

Comments
 (0)