更新 resource.py
This commit is contained in:
parent
47ddfec30e
commit
e2bd5cc245
@ -17,7 +17,7 @@ class ResourceHelper(metaclass=Singleton):
|
|||||||
# 资源包的git仓库地址
|
# 资源包的git仓库地址
|
||||||
_repo = "https://raw.githubusercontent.com/jxxghp/MoviePilot-Resources/main/package.json"
|
_repo = "https://raw.githubusercontent.com/jxxghp/MoviePilot-Resources/main/package.json"
|
||||||
_files_api = f"https://api.github.com/repos/jxxghp/MoviePilot-Resources/contents/resources"
|
_files_api = f"https://api.github.com/repos/jxxghp/MoviePilot-Resources/contents/resources"
|
||||||
_base_dir: Path = settings.ROOT_PATH / "app"
|
_base_dir: Path = settings.ROOT_PATH
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.siteshelper = SitesHelper()
|
self.siteshelper = SitesHelper()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user