mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
更新 rust_accel.py
This commit is contained in:
@@ -23,7 +23,7 @@ def is_config_enabled() -> bool:
|
|||||||
"""
|
"""
|
||||||
判断系统配置是否允许使用 Rust 加速。
|
判断系统配置是否允许使用 Rust 加速。
|
||||||
"""
|
"""
|
||||||
return bool(settings.RUST_ACCEL, True)
|
return bool(settings.RUST_ACCEL)
|
||||||
|
|
||||||
|
|
||||||
def is_enabled() -> bool:
|
def is_enabled() -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user