“修改”

This commit is contained in:
p02945817 2022-06-14 18:41:02 +08:00
parent 700df7b9d2
commit 92bf9fc6a1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def readme():
with open('README.md', encoding='utf-8') as f:
content = f.read()
return content
# read
def parse_requirements(fname):
with open(fname, encoding="utf-8-sig") as f: