mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 15:20:44 +08:00
🐛 修复 alist.py 挂载路径变量错误
This commit is contained in:
parent
4b13c85834
commit
d3648f7376
@ -117,7 +117,7 @@ class Alist:
|
||||
return data.get("data")
|
||||
elif "object not found" in data.get("message", ""):
|
||||
# 如果是根目录就不再往上查找
|
||||
if path == "/" or path == self.quark_root_path:
|
||||
if path == "/" or path == self.storage_mount_path:
|
||||
print(f"📁 Alist刷新:根目录不存在,请检查 Alist 配置")
|
||||
return False
|
||||
# 获取父目录
|
||||
|
||||
Loading…
Reference in New Issue
Block a user