mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
oops
This commit is contained in:
parent
3781fb5877
commit
e0c9ebfd15
1 changed files with 2 additions and 2 deletions
4
.github/site-list.py
vendored
4
.github/site-list.py
vendored
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue