mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 11:16:58 -05:00
Move Web related data to fHDHR_web
This commit is contained in:
parent
c389801a48
commit
0bf33c3209
@ -29,7 +29,8 @@ class Config():
|
||||
def initial_load(self, script_dir):
|
||||
|
||||
data_dir = pathlib.Path(script_dir).joinpath('data')
|
||||
www_dir = pathlib.Path(data_dir).joinpath('www')
|
||||
fHDHR_web_dir = pathlib.Path(script_dir).joinpath('fHDHR_web')
|
||||
www_dir = pathlib.Path(fHDHR_web_dir).joinpath('www_dir')
|
||||
|
||||
self.internal["paths"] = {
|
||||
"script_dir": script_dir,
|
||||
@ -39,7 +40,7 @@ class Config():
|
||||
"cache_dir": pathlib.Path(data_dir).joinpath('cache'),
|
||||
"internal_config": pathlib.Path(data_dir).joinpath('internal_config'),
|
||||
"www_dir": www_dir,
|
||||
"www_templates_dir": pathlib.Path(www_dir).joinpath('templates'),
|
||||
"www_templates_dir": pathlib.Path(fHDHR_web_dir).joinpath('templates'),
|
||||
"font": pathlib.Path(data_dir).joinpath('garamond.ttf'),
|
||||
}
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user