This commit is contained in:
Cloudburst 2021-10-04 17:03:19 +02:00 committed by GitHub
parent 3781fb5877
commit e0c9ebfd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ with open("README.md", "r+", encoding='utf-8') as readme:
for site in sites:
readme.write("- [{0}]({0}) \n".format(site))
readme.write(END_MARKER+"\n")
readme.write(END_MARKER)
readme.write(raw.split(END_MARKER)[-1])
readme.truncate()
readme.truncate()