修改脚本

This commit is contained in:
yzqzss 2022-09-02 23:08:14 +08:00
parent b6a99cf113
commit a74414e296

View File

@ -44,4 +44,5 @@ with open('README.md', 'w') as f:
f.write(markdown+'\n'+'- '+line+'\n')
flag = 1
else:
f.write('- '+line+'\n')
#f.write('- '+line+'\n')
f.write(line+'\n')