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