mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update site-list.py
This commit is contained in:
parent
21662509d1
commit
674a1156dc
1 changed files with 1 additions and 1 deletions
2
.github/site-list.py
vendored
2
.github/site-list.py
vendored
|
@ -37,7 +37,7 @@ for path in glob(GLOB):
|
|||
except Exception as ex:
|
||||
print("{0}: {1}".format(path, ex))
|
||||
|
||||
with open("../README.md", "r+", encoding='utf-8') as readme:
|
||||
with open("README.md", "r+", encoding='utf-8') as readme:
|
||||
raw = readme.read()
|
||||
if START_MARKER not in raw or END_MARKER not in raw:
|
||||
raise RuntimeError("Missing start and end markers")
|
||||
|
|
Loading…
Reference in a new issue