mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 01:09:53 +07:00
arc: fix offline mode
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
dfc2455a57
commit
d943b622f8
@ -143,7 +143,7 @@ def getmodelsoffline(platforms=None):
|
||||
PS = []
|
||||
|
||||
models = []
|
||||
with open(os.path.join(WORK_PATH, "offline.json")) as user_file:
|
||||
with open(os.path.join('/mnt/p3/configs', "offline.json")) as user_file:
|
||||
data = json.load(user_file)
|
||||
|
||||
for I in data["channel"]["item"]:
|
||||
|
Loading…
Reference in New Issue
Block a user