try update readme

This commit is contained in:
PAPAMICA
2022-05-11 15:21:31 +02:00
parent 87c13cf710
commit 28de34ff4c

View File

@@ -81,7 +81,7 @@ try:
os.remove("./README.md")
except:
print ("file don't exist")
readme_template = open("/.github/workflows/readme-template.md", "rt")
readme_template = open(".github/workflows/readme-template.md", "rt")
readme_result = open("README.md", "wt")
for line in readme_template:
readme_result.write(line.replace('##SERVICES##', SERVICES))